#CA7074

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

Shades of Froly #CA7074

Tints of Froly #CA7074

Color information

#CA7074 (or 0xCA7074) is unknown color: approx Froly. HEX triplet: CA, 70 and 74. RGB value is (202,112,116). Sum of RGB (Red+Green+Blue) = 202+112+116=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7074 is #358F8B. Grayscale: #8B8B8B. Windows color (decimal): -3510156 or 7631050. OLE color: 7631050.

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

Color convert

RGB202112116-
CMYK00.450.430.21
HSL357.33º45.92%61.57%-
HSV(B)357.33º44.55%79.22%-
XYZ33.325.4119.67-
YUV139.37114.82172.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=46.98%
G=26.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211211600.450.430.21357.3345.9261.57
HexCA707402D2B151652e3e
Octal31216016405553255455676
Binary1100101011100001110100010110110101110101101100101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7074; }

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

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

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

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

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

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

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

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