#CA7174

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

Shades of Froly #CA7174

Tints of Froly #CA7174

Color information

#CA7174 (or 0xCA7174) is unknown color: approx Froly. HEX triplet: CA, 71 and 74. RGB value is (202,113,116). Sum of RGB (Red+Green+Blue) = 202+113+116=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7174 is #358E8B. Grayscale: #8C8C8C. Windows color (decimal): -3509900 or 7631306. OLE color: 7631306.

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

Color convert

RGB202113116-
CMYK00.440.430.21
HSL357.98º45.64%61.76%-
HSV(B)357.98º44.06%79.22%-
XYZ33.4125.6319.71-
YUV139.95114.49172.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 116 (45.70% from 255) = 26.91%
R=46.87%
G=26.22%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211311600.440.430.21357.9845.6461.76
HexCA717402C2B151662e3e
Octal31216116405453255465676
Binary1100101011100011110100010110010101110101101100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7174; }

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

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

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

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

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

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

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

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