#C08876

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

Shades of Brandy Rose #C08876

Tints of Brandy Rose #C08876

Color information

#C08876 (or 0xC08876) is unknown color: approx Brandy Rose. HEX triplet: C0, 88 and 76. RGB value is (192,136,118). Sum of RGB (Red+Green+Blue) = 192+136+118=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C08876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08876 is #3F7789. Grayscale: #969696. Windows color (decimal): -4159370 or 7768256. OLE color: 7768256.

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

Color convert

RGB192136118-
CMYK00.290.390.25
HSL14.59º37%60.78%-
HSV(B)14.59º38.54%75.29%-
XYZ33.8130.1221.17-
YUV150.69109.55157.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=43.05%
G=30.49%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213611800.290.390.2514.593760.78
HexC0887601D2719f253d
Octal3002101660354731174575
Binary11000000100010001110110011101100111110011111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08876; }

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

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

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

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

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

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

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

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