#C08879

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

Shades of Brandy Rose #C08879

Tints of Brandy Rose #C08879

Color information

#C08879 (or 0xC08879) is unknown color: approx Brandy Rose. HEX triplet: C0, 88 and 79. RGB value is (192,136,121). Sum of RGB (Red+Green+Blue) = 192+136+121=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C08879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08879 is #3F7786. Grayscale: #979797. Windows color (decimal): -4159367 or 7964864. OLE color: 7964864.

HSL color Cylindrical-coordinate representation of color #C08879: hue angle of 12.68º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08879 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192136121-
CMYK00.290.370.25
HSL12.68º36.04%61.37%-
HSV(B)12.68º36.98%75.29%-
XYZ33.9930.222.13-
YUV151.03111.05157.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 136 (53.52% from 255) = 30.29%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=42.76%
G=30.29%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213612100.290.370.2512.6836.0461.37
HexC0887901D2519d243d
Octal3002101710354531154475
Binary11000000100010001111001011101100101110011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08879; }

 p { color: rgb(192,136,121); }

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

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

 a { background-color: rgb(192,136,121); }

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

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

 span { border-color: rgb(192,136,121); }

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