#C88473

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

Shades of Brandy Rose #C88473

Tints of Brandy Rose #C88473

Color information

#C88473 (or 0xC88473) is unknown color: approx Brandy Rose. HEX triplet: C8, 84 and 73. RGB value is (200,132,115). Sum of RGB (Red+Green+Blue) = 200+132+115=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C88473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88473 is #377B8C. Grayscale: #969696. Windows color (decimal): -3636109 or 7570632. OLE color: 7570632.

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

Color convert

RGB200132115-
CMYK00.340.420.22
HSL12º43.59%61.76%-
HSV(B)12º42.5%78.43%-
XYZ35.1730.0220.16-
YUV150.39108.03163.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=44.74%
G=29.53%
B=25.73%

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
Decimal20013211500.340.420.221243.5961.76
HexC884730222A16c2c3e
Octal3102041630425226145476
Binary110010001000010011100110100010101010101101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88473; }

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

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

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

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

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

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

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

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