#CA7364

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

Shades of Contessa #CA7364

Tints of Contessa #CA7364

Color information

#CA7364 (or 0xCA7364) is unknown color: approx Contessa. HEX triplet: CA, 73 and 64. RGB value is (202,115,100). Sum of RGB (Red+Green+Blue) = 202+115+100=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7364 is #358C9B. Grayscale: #8B8B8B. Windows color (decimal): -3509404 or 6583242. OLE color: 6583242.

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

Color convert

RGB202115100-
CMYK00.430.500.21
HSL8.82º49.04%59.22%-
HSV(B)8.82º50.5%79.22%-
XYZ32.7925.7415.3-
YUV139.3105.82172.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=48.44%
G=27.58%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211510000.430.500.218.8249.0459.22
HexCA736402B32159313b
Octal3121631440536225116173
Binary11001010111001111001000101011110010101011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7364; }

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

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

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

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

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

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

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

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