#CB7670

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

Shades of Contessa #CB7670

Tints of Contessa #CB7670

Color information

#CB7670 (or 0xCB7670) is unknown color: approx Contessa. HEX triplet: CB, 76 and 70. RGB value is (203,118,112). Sum of RGB (Red+Green+Blue) = 203+118+112=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7670 is #34898F. Grayscale: #8E8E8E. Windows color (decimal): -3443088 or 7370443. OLE color: 7370443.

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

Color convert

RGB203118112-
CMYK00.420.450.20
HSL3.96º46.67%61.76%-
HSV(B)3.96º44.83%79.61%-
XYZ34.0326.8218.71-
YUV142.73110.66170.99-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.88%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=46.88%
G=27.25%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311811200.420.450.203.9646.6761.76
HexCB767002A2D1442f3e
Octal313166160052552445776
Binary1100101111101101110000010101010110110100100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7670; }

 p { color: rgb(203,118,112); }

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

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

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

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

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

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

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