#CA7065

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

Shades of Contessa #CA7065

Tints of Contessa #CA7065

Color information

#CA7065 (or 0xCA7065) is unknown color: approx Contessa. HEX triplet: CA, 70 and 65. RGB value is (202,112,101). Sum of RGB (Red+Green+Blue) = 202+112+101=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7065 is #358F9A. Grayscale: #898989. Windows color (decimal): -3510171 or 6648010. OLE color: 6648010.

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

Color convert

RGB202112101-
CMYK00.450.500.21
HSL6.53º48.79%59.41%-
HSV(B)6.53º50%79.22%-
XYZ32.525.0815.44-
YUV137.66107.32173.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 112 (44.14% from 255) = 26.99%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=48.67%
G=26.99%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211210100.450.500.216.5348.7959.41
HexCA706502D32157313b
Octal312160145055622576173
Binary1100101011100001100101010110111001010101111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7065; }

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

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

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

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

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

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

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

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