#CB6866

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

Shades of Contessa #CB6866

Tints of Contessa #CB6866

Color information

#CB6866 (or 0xCB6866) is unknown color: approx Contessa. HEX triplet: CB, 68 and 66. RGB value is (203,104,102). Sum of RGB (Red+Green+Blue) = 203+104+102=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6866 is #349799. Grayscale: #858585. Windows color (decimal): -3446682 or 6711499. OLE color: 6711499.

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

Color convert

RGB203104102-
CMYK00.490.500.20
HSL1.19º49.27%59.8%-
HSV(B)1.19º49.75%79.61%-
XYZ31.9823.5615.43-
YUV133.37110.3177.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=49.63%
G=25.43%
B=24.94%

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
Decimal20310410200.490.500.201.1949.2759.8
HexCB686603132141313c
Octal313150146061622416174
Binary11001011110100011001100110001110010101001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6866; }

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

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

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

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

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

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

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

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