#CA7474

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

Shades of Contessa #CA7474

Tints of Contessa #CA7474

Color information

#CA7474 (or 0xCA7474) is unknown color: approx Contessa. HEX triplet: CA, 74 and 74. RGB value is (202,116,116). Sum of RGB (Red+Green+Blue) = 202+116+116=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7474 is #358B8B. Grayscale: #8D8D8D. Windows color (decimal): -3509132 or 7632074. OLE color: 7632074.

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

Color convert

RGB202116116-
CMYK00.430.430.21
HSL44.79%62.35%-
HSV(B)42.57%79.22%-
XYZ33.7526.3119.82-
YUV141.71113.49171-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 116 (45.70% from 255) = 26.73%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=46.54%
G=26.73%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211611600.430.430.21044.7962.35
HexCA747402B2B1502d3e
Octal312164164053532505576
Binary11001010111010011101000101011101011101010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7474; }

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

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

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

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

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

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

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

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