#CB7473

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

Shades of Contessa #CB7473

Tints of Contessa #CB7473

Color information

#CB7473 (or 0xCB7473) is unknown color: approx Contessa. HEX triplet: CB, 74 and 73. RGB value is (203,116,115). Sum of RGB (Red+Green+Blue) = 203+116+115=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7473 is #348B8C. Grayscale: #8D8D8D. Windows color (decimal): -3443597 or 7566539. OLE color: 7566539.

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

Color convert

RGB203116115-
CMYK00.430.430.20
HSL0.68º45.83%62.35%-
HSV(B)0.68º43.35%79.61%-
XYZ33.9726.4319.53-
YUV141.9112.82171.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=46.77%
G=26.73%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311611500.430.430.200.6845.8362.35
HexCB747302B2B1412e3e
Octal313164163053532415676
Binary11001011111010011100110101011101011101001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7473; }

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

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

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

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

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

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

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

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