#C88373

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

Shades of Brandy Rose #C88373

Tints of Brandy Rose #C88373

Color information

#C88373 (or 0xC88373) is unknown color: approx Brandy Rose. HEX triplet: C8, 83 and 73. RGB value is (200,131,115). Sum of RGB (Red+Green+Blue) = 200+131+115=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C88373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88373 is #377C8C. Grayscale: #959595. Windows color (decimal): -3636365 or 7570376. OLE color: 7570376.

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

Color convert

RGB200131115-
CMYK00.340.420.22
HSL11.29º43.59%61.76%-
HSV(B)11.29º42.5%78.43%-
XYZ35.0329.7520.12-
YUV149.81108.36163.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.84%
GREEN value IS 131 (51.56% from 255) = 29.37%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=44.84%
G=29.37%
B=25.78%

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
Decimal20013111500.340.420.2211.2943.5961.76
HexC883730222A16b2c3e
Octal3102031630425226135476
Binary110010001000001111100110100010101010101101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88373; }

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

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

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

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

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

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

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

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