#CA7273

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

Shades of Froly #CA7273

Tints of Froly #CA7273

Color information

#CA7273 (or 0xCA7273) is unknown color: approx Froly. HEX triplet: CA, 72 and 73. RGB value is (202,114,115). Sum of RGB (Red+Green+Blue) = 202+114+115=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7273 is #358D8C. Grayscale: #8C8C8C. Windows color (decimal): -3509645 or 7566026. OLE color: 7566026.

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

Color convert

RGB202114115-
CMYK00.440.430.21
HSL359.32º45.36%61.96%-
HSV(B)359.32º43.56%79.22%-
XYZ33.4725.8319.44-
YUV140.43113.65171.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 114 (44.92% from 255) = 26.45%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=46.87%
G=26.45%
B=26.68%

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
Decimal20211411500.440.430.21359.3245.3661.96
HexCA727302C2B151672d3e
Octal31216216305453255475576
Binary1100101011100101110011010110010101110101101100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7273; }

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

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

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

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

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

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

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

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