#CA7073

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

Shades of Froly #CA7073

Tints of Froly #CA7073

Color information

#CA7073 (or 0xCA7073) is unknown color: approx Froly. HEX triplet: CA, 70 and 73. RGB value is (202,112,115). Sum of RGB (Red+Green+Blue) = 202+112+115=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7073 is #358F8C. Grayscale: #8B8B8B. Windows color (decimal): -3510157 or 7565514. OLE color: 7565514.

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

Color convert

RGB202112115-
CMYK00.450.430.21
HSL358º45.92%61.57%-
HSV(B)358º44.55%79.22%-
XYZ33.2525.3819.37-
YUV139.25114.32172.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 112 (44.14% from 255) = 26.11%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=47.09%
G=26.11%
B=26.81%

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
Decimal20211211500.450.430.2135845.9261.57
HexCA707302D2B151662e3e
Octal31216016305553255465676
Binary1100101011100001110011010110110101110101101100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7073; }

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

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

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

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

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

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

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

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