#CB7272

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

Shades of Contessa #CB7272

Tints of Contessa #CB7272

Color information

#CB7272 (or 0xCB7272) is unknown color: approx Contessa. HEX triplet: CB, 72 and 72. RGB value is (203,114,114). Sum of RGB (Red+Green+Blue) = 203+114+114=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7272 is #348D8D. Grayscale: #8C8C8C. Windows color (decimal): -3444110 or 7500491. OLE color: 7500491.

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

Color convert

RGB203114114-
CMYK00.440.440.20
HSL46.11%62.16%-
HSV(B)43.84%79.61%-
XYZ33.6825.9519.15-
YUV140.61112.99172.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=47.10%
G=26.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311411400.440.440.20046.1162.16
HexCB727202C2C1402e3e
Octal313162162054542405676
Binary11001011111001011100100101100101100101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7272; }

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

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

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

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

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

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

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

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