#CA7576

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

Shades of Froly #CA7576

Tints of Froly #CA7576

Color information

#CA7576 (or 0xCA7576) is unknown color: approx Froly. HEX triplet: CA, 75 and 76. RGB value is (202,117,118). Sum of RGB (Red+Green+Blue) = 202+117+118=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7576 is #358A89. Grayscale: #8E8E8E. Windows color (decimal): -3508874 or 7763402. OLE color: 7763402.

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

Color convert

RGB202117118-
CMYK00.420.420.21
HSL359.29º44.5%62.55%-
HSV(B)359.29º42.08%79.22%-
XYZ33.9926.5920.48-
YUV142.53114.16170.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=46.22%
G=26.77%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211711800.420.420.21359.2944.562.55
HexCA757602A2A151672d3f
Octal31216516605252255475577
Binary1100101011101011110110010101010101010101101100111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7576; }

 p { color: rgb(202,117,118); }

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

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

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

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

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

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

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