#C88076

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

Shades of Brandy Rose #C88076

Tints of Brandy Rose #C88076

Color information

#C88076 (or 0xC88076) is unknown color: approx Brandy Rose. HEX triplet: C8, 80 and 76. RGB value is (200,128,118). Sum of RGB (Red+Green+Blue) = 200+128+118=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C88076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88076 is #377F89. Grayscale: #949494. Windows color (decimal): -3637130 or 7766216. OLE color: 7766216.

HSL color Cylindrical-coordinate representation of color #C88076: hue angle of 7.32º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88076 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200128118-
CMYK00.360.410.22
HSL7.32º42.71%62.35%-
HSV(B)7.32º41%78.43%-
XYZ34.8129.0320.91-
YUV148.39110.85164.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=44.84%
G=28.70%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012811800.360.410.227.3242.7162.35
HexC88076024291672b3e
Octal310200166044512675376
Binary11001000100000001110110010010010100110110111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88076; }

 p { color: rgb(200,128,118); }

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

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

 a { background-color: rgb(200,128,118); }

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

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

 span { border-color: rgb(200,128,118); }

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