#CB6766

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

Shades of Contessa #CB6766

Tints of Contessa #CB6766

Color information

#CB6766 (or 0xCB6766) is unknown color: approx Contessa. HEX triplet: CB, 67 and 66. RGB value is (203,103,102). Sum of RGB (Red+Green+Blue) = 203+103+102=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6766 is #349899. Grayscale: #848484. Windows color (decimal): -3446938 or 6711243. OLE color: 6711243.

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

Color convert

RGB203103102-
CMYK00.490.500.20
HSL0.59º49.27%59.8%-
HSV(B)0.59º49.75%79.61%-
XYZ31.8823.3615.4-
YUV132.79110.63178.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.75%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 102 (40.23% from 255) = 25%
R=49.75%
G=25.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310310200.490.500.200.5949.2759.8
HexCB676603132141313c
Octal313147146061622416174
Binary11001011110011111001100110001110010101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6766; }

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

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

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

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

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

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

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

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