#CA7372

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

Shades of Contessa #CA7372

Tints of Contessa #CA7372

Color information

#CA7372 (or 0xCA7372) is unknown color: approx Contessa. HEX triplet: CA, 73 and 72. RGB value is (202,115,114). Sum of RGB (Red+Green+Blue) = 202+115+114=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7372 is #358C8D. Grayscale: #8C8C8C. Windows color (decimal): -3509390 or 7500746. OLE color: 7500746.

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

Color convert

RGB202115114-
CMYK00.430.440.21
HSL0.68º45.36%61.96%-
HSV(B)0.68º43.56%79.22%-
XYZ33.5326.0319.18-
YUV140.9112.82171.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 115 (45.31% from 255) = 26.68%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=46.87%
G=26.68%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211511400.430.440.210.6845.3661.96
HexCA737202B2C1512d3e
Octal312163162053542515576
Binary11001010111001111100100101011101100101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7372; }

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

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

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

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

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

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

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

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