#CB7572

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

Shades of Contessa #CB7572

Tints of Contessa #CB7572

Color information

#CB7572 (or 0xCB7572) is unknown color: approx Contessa. HEX triplet: CB, 75 and 72. RGB value is (203,117,114). Sum of RGB (Red+Green+Blue) = 203+117+114=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7572 is #348A8D. Grayscale: #8E8E8E. Windows color (decimal): -3443342 or 7501259. OLE color: 7501259.

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

Color convert

RGB203117114-
CMYK00.420.440.20
HSL2.02º46.11%62.16%-
HSV(B)2.02º43.84%79.61%-
XYZ34.0326.6319.27-
YUV142.37111.99171.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=46.77%
G=26.96%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311711400.420.440.202.0246.1162.16
HexCB757202A2C1422e3e
Octal313165162052542425676
Binary110010111110101111001001010101011001010010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7572; }

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

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

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

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

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

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

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

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