#CB7573

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

Shades of Contessa #CB7573

Tints of Contessa #CB7573

Color information

#CB7573 (or 0xCB7573) is unknown color: approx Contessa. HEX triplet: CB, 75 and 73. RGB value is (203,117,115). Sum of RGB (Red+Green+Blue) = 203+117+115=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7573 is #348A8C. Grayscale: #8E8E8E. Windows color (decimal): -3443341 or 7566795. OLE color: 7566795.

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

Color convert

RGB203117115-
CMYK00.420.430.20
HSL1.36º45.83%62.35%-
HSV(B)1.36º43.35%79.61%-
XYZ34.0826.6619.57-
YUV142.49112.49171.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 115 (45.31% from 255) = 26.44%
R=46.67%
G=26.90%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311711500.420.430.201.3645.8362.35
HexCB757302A2B1412e3e
Octal313165163052532415676
Binary11001011111010111100110101010101011101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7573; }

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

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

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

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

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

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

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

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