#CA7071

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

Shades of Froly #CA7071

Tints of Froly #CA7071

Color information

#CA7071 (or 0xCA7071) is unknown color: approx Froly. HEX triplet: CA, 70 and 71. RGB value is (202,112,113). Sum of RGB (Red+Green+Blue) = 202+112+113=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7071 is #358F8E. Grayscale: #8B8B8B. Windows color (decimal): -3510159 or 7434442. OLE color: 7434442.

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

Color convert

RGB202112113-
CMYK00.450.440.21
HSL359.33º45.92%61.57%-
HSV(B)359.33º44.55%79.22%-
XYZ33.1325.3418.77-
YUV139.02113.32172.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=47.31%
G=26.23%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211211300.450.440.21359.3345.9261.57
HexCA707102D2C151672e3e
Octal31216016105554255475676
Binary1100101011100001110001010110110110010101101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7071; }

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

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

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

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

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

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

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

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