#CA6766

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

Shades of Contessa #CA6766

Tints of Contessa #CA6766

Color information

#CA6766 (or 0xCA6766) is unknown color: approx Contessa. HEX triplet: CA, 67 and 66. RGB value is (202,103,102). Sum of RGB (Red+Green+Blue) = 202+103+102=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6766 is #359899. Grayscale: #848484. Windows color (decimal): -3512474 or 6711242. OLE color: 6711242.

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

Color convert

RGB202103102-
CMYK00.490.500.21
HSL0.6º48.54%59.61%-
HSV(B)0.6º49.5%79.22%-
XYZ31.6123.2215.39-
YUV132.49110.8177.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=49.63%
G=25.31%
B=25.06%

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
Decimal20210310200.490.500.210.648.5459.61
HexCA676603132151313c
Octal312147146061622516174
Binary11001010110011111001100110001110010101011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6766; }

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

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

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

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

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

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

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

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