#C08977

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

Shades of Brandy Rose #C08977

Tints of Brandy Rose #C08977

Color information

#C08977 (or 0xC08977) is unknown color: approx Brandy Rose. HEX triplet: C0, 89 and 77. RGB value is (192,137,119). Sum of RGB (Red+Green+Blue) = 192+137+119=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08977 is #3F7688. Grayscale: #979797. Windows color (decimal): -4159113 or 7834048. OLE color: 7834048.

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

Color convert

RGB192137119-
CMYK00.290.380.25
HSL14.79º36.68%60.98%-
HSV(B)14.79º38.02%75.29%-
XYZ34.0130.4321.53-
YUV151.39109.72156.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 30.58%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=42.86%
G=30.58%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213711900.290.380.2514.7936.6860.98
HexC0897701D2619f253d
Octal3002111670354631174575
Binary11000000100010011110111011101100110110011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08977; }

 p { color: rgb(192,137,119); }

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

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

 a { background-color: rgb(192,137,119); }

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

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

 span { border-color: rgb(192,137,119); }

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