#CA7176

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

Shades of Froly #CA7176

Tints of Froly #CA7176

Color information

#CA7176 (or 0xCA7176) is unknown color: approx Froly. HEX triplet: CA, 71 and 76. RGB value is (202,113,118). Sum of RGB (Red+Green+Blue) = 202+113+118=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7176 is #358E89. Grayscale: #8C8C8C. Windows color (decimal): -3509898 or 7762378. OLE color: 7762378.

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

Color convert

RGB202113118-
CMYK00.440.420.21
HSL356.63º45.64%61.76%-
HSV(B)356.63º44.06%79.22%-
XYZ33.5325.6720.33-
YUV140.18115.49172.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.65%
GREEN value IS 113 (44.53% from 255) = 26.10%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=46.65%
G=26.10%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211311800.440.420.21356.6345.6461.76
HexCA717602C2A151652e3e
Octal31216116605452255455676
Binary1100101011100011110110010110010101010101101100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7176; }

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

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

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

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

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

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

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

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