#CA7476

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

Shades of Froly #CA7476

Tints of Froly #CA7476

Color information

#CA7476 (or 0xCA7476) is unknown color: approx Froly. HEX triplet: CA, 74 and 76. RGB value is (202,116,118). Sum of RGB (Red+Green+Blue) = 202+116+118=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7476 is #358B89. Grayscale: #8E8E8E. Windows color (decimal): -3509130 or 7763146. OLE color: 7763146.

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

Color convert

RGB202116118-
CMYK00.430.420.21
HSL358.6º44.79%62.35%-
HSV(B)358.6º42.57%79.22%-
XYZ33.8726.3620.44-
YUV141.94114.49170.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 116 (45.70% from 255) = 26.61%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=46.33%
G=26.61%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211611800.430.420.21358.644.7962.35
HexCA747602B2A151672d3e
Octal31216416605352255475576
Binary1100101011101001110110010101110101010101101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7476; }

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

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

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

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

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

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

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

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