#CA7164

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

Shades of Contessa #CA7164

Tints of Contessa #CA7164

Color information

#CA7164 (or 0xCA7164) is unknown color: approx Contessa. HEX triplet: CA, 71 and 64. RGB value is (202,113,100). Sum of RGB (Red+Green+Blue) = 202+113+100=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7164 is #358E9B. Grayscale: #8A8A8A. Windows color (decimal): -3509916 or 6582730. OLE color: 6582730.

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

Color convert

RGB202113100-
CMYK00.440.500.21
HSL7.65º49.04%59.22%-
HSV(B)7.65º50.5%79.22%-
XYZ32.5625.2915.22-
YUV138.13106.49173.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 100 (39.45% from 255) = 24.10%
R=48.67%
G=27.23%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211310000.440.500.217.6549.0459.22
HexCA716402C32158313b
Octal3121611440546225106173
Binary11001010111000111001000101100110010101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7164; }

 p { color: rgb(202,113,100); }

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

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

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

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

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

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

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