#C88276

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

Shades of Brandy Rose #C88276

Tints of Brandy Rose #C88276

Color information

#C88276 (or 0xC88276) is unknown color: approx Brandy Rose. HEX triplet: C8, 82 and 76. RGB value is (200,130,118). Sum of RGB (Red+Green+Blue) = 200+130+118=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C88276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88276 is #377D89. Grayscale: #959595. Windows color (decimal): -3636618 or 7766728. OLE color: 7766728.

HSL color Cylindrical-coordinate representation of color #C88276: hue angle of 8.78º 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 #C88276 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB200130118-
CMYK00.350.410.22
HSL8.78º42.71%62.35%-
HSV(B)8.78º41%78.43%-
XYZ35.0729.5521-
YUV149.56110.19163.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=44.64%
G=29.02%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013011800.350.410.228.7842.7162.35
HexC88276023291692b3e
Octal3102021660435126115376
Binary110010001000001011101100100011101001101101001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88276; }

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

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

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

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

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

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

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

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