#CA7270

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

Shades of Contessa #CA7270

Tints of Contessa #CA7270

Color information

#CA7270 (or 0xCA7270) is unknown color: approx Contessa. HEX triplet: CA, 72 and 70. RGB value is (202,114,112). Sum of RGB (Red+Green+Blue) = 202+114+112=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7270 is #358D8F. Grayscale: #8C8C8C. Windows color (decimal): -3509648 or 7369418. OLE color: 7369418.

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

Color convert

RGB202114112-
CMYK00.440.450.21
HSL1.33º45.92%61.57%-
HSV(B)1.33º44.55%79.22%-
XYZ33.325.7618.55-
YUV140.08112.15172.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=47.20%
G=26.64%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211411200.440.450.211.3345.9261.57
HexCA727002C2D1512e3e
Octal312162160054552515676
Binary11001010111001011100000101100101101101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7270; }

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

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

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

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

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

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

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

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