#CA7470

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

Shades of Contessa #CA7470

Tints of Contessa #CA7470

Color information

#CA7470 (or 0xCA7470) is unknown color: approx Contessa. HEX triplet: CA, 74 and 70. RGB value is (202,116,112). Sum of RGB (Red+Green+Blue) = 202+116+112=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7470 is #358B8F. Grayscale: #8D8D8D. Windows color (decimal): -3509136 or 7369930. OLE color: 7369930.

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

Color convert

RGB202116112-
CMYK00.430.450.21
HSL2.67º45.92%61.57%-
HSV(B)2.67º44.55%79.22%-
XYZ33.5326.2218.62-
YUV141.26111.49171.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=46.98%
G=26.98%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211611200.430.450.212.6745.9261.57
HexCA747002B2D1532e3e
Octal312164160053552535676
Binary110010101110100111000001010111011011010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7470; }

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

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

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

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

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

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

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

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