#CB7771

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

Shades of Contessa #CB7771

Tints of Contessa #CB7771

Color information

#CB7771 (or 0xCB7771) is unknown color: approx Contessa. HEX triplet: CB, 77 and 71. RGB value is (203,119,113). Sum of RGB (Red+Green+Blue) = 203+119+113=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7771 is #34888E. Grayscale: #8F8F8F. Windows color (decimal): -3442831 or 7436235. OLE color: 7436235.

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

Color convert

RGB203119113-
CMYK00.410.440.20
HSL46.39%61.96%-
HSV(B)44.33%79.61%-
XYZ34.2127.0819.05-
YUV143.43110.83170.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=46.67%
G=27.36%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311911300.410.440.20446.3961.96
HexCB77710292C1442e3e
Octal313167161051542445676
Binary1100101111101111110001010100110110010100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7771; }

 p { color: rgb(203,119,113); }

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

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

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

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

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

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

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