#C08A76

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

Shades of Brandy Rose #C08A76

Tints of Brandy Rose #C08A76

Color information

#C08A76 (or 0xC08A76) is unknown color: approx Brandy Rose. HEX triplet: C0, 8A and 76. RGB value is (192,138,118). Sum of RGB (Red+Green+Blue) = 192+138+118=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A76 is #3F7589. Grayscale: #979797. Windows color (decimal): -4158858 or 7768768. OLE color: 7768768.

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

Color convert

RGB192138118-
CMYK00.280.390.25
HSL16.22º37%60.78%-
HSV(B)16.22º38.54%75.29%-
XYZ34.130.6921.27-
YUV151.87108.89156.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=42.86%
G=30.80%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213811800.280.390.2516.223760.78
HexC08A7601C271910253d
Octal3002121660344731204575
Binary110000001000101011101100111001001111100110000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A76; }

 p { color: rgb(192,138,118); }

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

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

 a { background-color: rgb(192,138,118); }

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

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

 span { border-color: rgb(192,138,118); }

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