#CA7475

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

Shades of Froly #CA7475

Tints of Froly #CA7475

Color information

#CA7475 (or 0xCA7475) is unknown color: approx Froly. HEX triplet: CA, 74 and 75. RGB value is (202,116,117). Sum of RGB (Red+Green+Blue) = 202+116+117=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7475 is #358B8A. Grayscale: #8D8D8D. Windows color (decimal): -3509131 or 7697610. OLE color: 7697610.

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

Color convert

RGB202116117-
CMYK00.430.420.21
HSL359.3º44.79%62.35%-
HSV(B)359.3º42.57%79.22%-
XYZ33.8126.3320.13-
YUV141.83113.99170.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=46.44%
G=26.67%
B=26.90%

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
Decimal20211611700.430.420.21359.344.7962.35
HexCA747502B2A151672d3e
Octal31216416505352255475576
Binary1100101011101001110101010101110101010101101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7475; }

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

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

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

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

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

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

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

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