#CA7565

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

Shades of Contessa #CA7565

Tints of Contessa #CA7565

Color information

#CA7565 (or 0xCA7565) is unknown color: approx Contessa. HEX triplet: CA, 75 and 65. RGB value is (202,117,101). Sum of RGB (Red+Green+Blue) = 202+117+101=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7565 is #358A9A. Grayscale: #8C8C8C. Windows color (decimal): -3508891 or 6649290. OLE color: 6649290.

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

Color convert

RGB202117101-
CMYK00.420.500.21
HSL9.5º48.79%59.41%-
HSV(B)9.5º50%79.22%-
XYZ33.0726.2215.63-
YUV140.59105.66171.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.10%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=48.10%
G=27.86%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211710100.420.500.219.548.7959.41
HexCA756502A3215a313b
Octal3121651450526225126173
Binary11001010111010111001010101010110010101011010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7565; }

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

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

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

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

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

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

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

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