#CB7566

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

Shades of Contessa #CB7566

Tints of Contessa #CB7566

Color information

#CB7566 (or 0xCB7566) is unknown color: approx Contessa. HEX triplet: CB, 75 and 66. RGB value is (203,117,102). Sum of RGB (Red+Green+Blue) = 203+117+102=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7566 is #348A99. Grayscale: #8D8D8D. Windows color (decimal): -3443354 or 6714827. OLE color: 6714827.

HSL color Cylindrical-coordinate representation of color #CB7566: hue angle of 8.91º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7566 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB203117102-
CMYK00.420.500.20
HSL8.91º49.27%59.8%-
HSV(B)8.91º49.75%79.61%-
XYZ33.3926.3815.9-
YUV141105.99172.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=48.10%
G=27.73%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311710200.420.500.208.9149.2759.8
HexCB756602A32149313c
Octal3131651460526224116174
Binary11001011111010111001100101010110010101001001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7566; }

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

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

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

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

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

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

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

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