#C88475

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

Shades of Brandy Rose #C88475

Tints of Brandy Rose #C88475

Color information

#C88475 (or 0xC88475) is unknown color: approx Brandy Rose. HEX triplet: C8, 84 and 75. RGB value is (200,132,117). Sum of RGB (Red+Green+Blue) = 200+132+117=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C88475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88475 is #377B8A. Grayscale: #969696. Windows color (decimal): -3636107 or 7701704. OLE color: 7701704.

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

Color convert

RGB200132117-
CMYK00.340.420.22
HSL10.84º43.01%62.16%-
HSV(B)10.84º41.5%78.43%-
XYZ35.2830.0720.77-
YUV150.62109.03163.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=44.54%
G=29.40%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013211700.340.420.2210.8443.0162.16
HexC884750222A16b2b3e
Octal3102041650425226135376
Binary110010001000010011101010100010101010101101011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88475; }

 p { color: rgb(200,132,117); }

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

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

 a { background-color: rgb(200,132,117); }

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

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

 span { border-color: rgb(200,132,117); }

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