#C28170

Color #C28170 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C28170

Tints of Brandy Rose #C28170

Color information

#C28170 (or 0xC28170) is unknown color: approx Brandy Rose. HEX triplet: C2, 81 and 70. RGB value is (194,129,112). Sum of RGB (Red+Green+Blue) = 194+129+112=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C28170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28170 is #3D7E8F. Grayscale: #929292. Windows color (decimal): -4030096 or 7373250. OLE color: 7373250.

HSL color Cylindrical-coordinate representation of color #C28170: hue angle of 12.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28170 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194129112-
CMYK00.340.420.24
HSL12.44º40.2%60%-
HSV(B)12.44º42.27%76.08%-
XYZ33.0228.3419.06-
YUV146.5108.53161.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 129 (50.78% from 255) = 29.66%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=44.60%
G=29.66%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412911200.340.420.2412.4440.260
HexC281700222A18c283c
Octal3022011600425230145074
Binary110000101000000111100000100010101010110001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28170; }

 p { color: rgb(194,129,112); }

 H1.HeaderClassName
 {
   color: #C28170;
 }
 .AnyTagClassName
 {
   color: #C28170;
 }
</style>
background-color css

<style>
 a { background-color: #C28170; }

 a { background-color: rgb(194,129,112); }

 div.DivClassName
 {
   background-color: #C28170;
 }
 .BgClassName
 {
   background-color: #C28170;
 }
</style>
border-color css

<style>
 span { border-color: #C28170; }

 span { border-color: rgb(194,129,112); }

 td.TdClassName
 {
   border-color: #C28170;
 }
 .TagClassName
 {
   border-color: #C28170;
 }
</style>