#CA6C65

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

Shades of Contessa #CA6C65

Tints of Contessa #CA6C65

Color information

#CA6C65 (or 0xCA6C65) is unknown color: approx Contessa. HEX triplet: CA, 6C and 65. RGB value is (202,108,101). Sum of RGB (Red+Green+Blue) = 202+108+101=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C65 is #35939A. Grayscale: #878787. Windows color (decimal): -3511195 or 6646986. OLE color: 6646986.

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

Color convert

RGB202108101-
CMYK00.470.500.21
HSL4.16º48.79%59.41%-
HSV(B)4.16º50%79.22%-
XYZ32.0724.2215.3-
YUV135.31108.64175.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 108 (42.58% from 255) = 26.28%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=49.15%
G=26.28%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210810100.470.500.214.1648.7959.41
HexCA6C6502F32154313b
Octal312154145057622546173
Binary1100101011011001100101010111111001010101100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6C65; }

 p { color: rgb(202,108,101); }

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

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

 a { background-color: rgb(202,108,101); }

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

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

 span { border-color: rgb(202,108,101); }

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