#CB7C70

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

Shades of Contessa #CB7C70

Tints of Contessa #CB7C70

Color information

#CB7C70 (or 0xCB7C70) is unknown color: approx Contessa. HEX triplet: CB, 7C and 70. RGB value is (203,124,112). Sum of RGB (Red+Green+Blue) = 203+124+112=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C70 is #34838F. Grayscale: #929292. Windows color (decimal): -3441552 or 7371979. OLE color: 7371979.

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

Color convert

RGB203124112-
CMYK00.390.450.20
HSL7.91º46.67%61.76%-
HSV(B)7.91º44.83%79.61%-
XYZ34.7628.2818.96-
YUV146.25108.67168.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=46.24%
G=28.25%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312411200.390.450.207.9146.6761.76
HexCB7C700272D1482f3e
Octal3131741600475524105776
Binary11001011111110011100000100111101101101001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7C70; }

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

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

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

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

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

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

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

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