#CA7062

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

Shades of Contessa #CA7062

Tints of Contessa #CA7062

Color information

#CA7062 (or 0xCA7062) is unknown color: approx Contessa. HEX triplet: CA, 70 and 62. RGB value is (202,112,98). Sum of RGB (Red+Green+Blue) = 202+112+98=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7062 is #358F9D. Grayscale: #898989. Windows color (decimal): -3510174 or 6451402. OLE color: 6451402.

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

Color convert

RGB20211298-
CMYK00.450.510.21
HSL8.08º49.52%58.82%-
HSV(B)8.08º51.49%79.22%-
XYZ32.3625.0314.68-
YUV137.31105.82174.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=49.03%
G=27.18%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021129800.450.510.218.0849.5258.82
HexCA706202D33158323b
Octal3121601420556325106273
Binary11001010111000011000100101101110011101011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7062; }

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

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

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

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

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

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

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

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