#C08B79

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

Shades of Brandy Rose #C08B79

Tints of Brandy Rose #C08B79

Color information

#C08B79 (or 0xC08B79) is unknown color: approx Brandy Rose. HEX triplet: C0, 8B and 79. RGB value is (192,139,121). Sum of RGB (Red+Green+Blue) = 192+139+121=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C08B79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08B79 is #3F7486. Grayscale: #989898. Windows color (decimal): -4158599 or 7965632. OLE color: 7965632.

HSL color Cylindrical-coordinate representation of color #C08B79: hue angle of 15.21º 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 #C08B79 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB192139121-
CMYK00.280.370.25
HSL15.21º36.04%61.37%-
HSV(B)15.21º36.98%75.29%-
XYZ34.4231.0522.27-
YUV152.79110.06155.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 139 (54.69% from 255) = 30.75%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=42.48%
G=30.75%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213912100.280.370.2515.2136.0461.37
HexC08B7901C2519f243d
Octal3002131710344531174475
Binary11000000100010111111001011100100101110011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08B79; }

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

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

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

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

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

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

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

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