#CA6866

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

Shades of Contessa #CA6866

Tints of Contessa #CA6866

Color information

#CA6866 (or 0xCA6866) is unknown color: approx Contessa. HEX triplet: CA, 68 and 66. RGB value is (202,104,102). Sum of RGB (Red+Green+Blue) = 202+104+102=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6866 is #359799. Grayscale: #858585. Windows color (decimal): -3512218 or 6711498. OLE color: 6711498.

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

Color convert

RGB202104102-
CMYK00.490.500.21
HSL1.2º48.54%59.61%-
HSV(B)1.2º49.5%79.22%-
XYZ31.7123.4215.42-
YUV133.07110.47177.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 102 (40.23% from 255) = 25%
R=49.51%
G=25.49%
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.21
SystemRedGreenBlueCMYKHSL
Decimal20210410200.490.500.211.248.5459.61
HexCA686603132151313c
Octal312150146061622516174
Binary11001010110100011001100110001110010101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6866; }

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

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

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

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

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

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

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

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