#CA7072

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

Shades of Froly #CA7072

Tints of Froly #CA7072

Color information

#CA7072 (or 0xCA7072) is unknown color: approx Froly. HEX triplet: CA, 70 and 72. RGB value is (202,112,114). Sum of RGB (Red+Green+Blue) = 202+112+114=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7072 is #358F8D. Grayscale: #8B8B8B. Windows color (decimal): -3510158 or 7499978. OLE color: 7499978.

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

Color convert

RGB202112114-
CMYK00.450.440.21
HSL358.67º45.92%61.57%-
HSV(B)358.67º44.55%79.22%-
XYZ33.1925.3619.07-
YUV139.14113.82172.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=47.20%
G=26.17%
B=26.64%

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
Decimal20211211400.450.440.21358.6745.9261.57
HexCA707202D2C151672e3e
Octal31216016205554255475676
Binary1100101011100001110010010110110110010101101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7072; }

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

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

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

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

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

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

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

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