#CB7872

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

Shades of Contessa #CB7872

Tints of Contessa #CB7872

Color information

#CB7872 (or 0xCB7872) is unknown color: approx Contessa. HEX triplet: CB, 78 and 72. RGB value is (203,120,114). Sum of RGB (Red+Green+Blue) = 203+120+114=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7872 is #34878D. Grayscale: #909090. Windows color (decimal): -3442574 or 7502027. OLE color: 7502027.

HSL color Cylindrical-coordinate representation of color #CB7872: hue angle of 4.04º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7872 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203120114-
CMYK00.410.440.20
HSL4.04º46.11%62.16%-
HSV(B)4.04º43.84%79.61%-
XYZ34.3827.3419.39-
YUV144.13111169.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=46.45%
G=27.46%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312011400.410.440.204.0446.1162.16
HexCB78720292C1442e3e
Octal313170162051542445676
Binary1100101111110001110010010100110110010100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7872; }

 p { color: rgb(203,120,114); }

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

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

 a { background-color: rgb(203,120,114); }

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

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

 span { border-color: rgb(203,120,114); }

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