Shades of Froly #CA7172
Tints of Froly #CA7172
RGB
CMYK
RGB Variations
Color information
#CA7172 (or 0xCA7172) is known color: Froly. HEX triplet: CA, 71 and 72. RGB value is (202,113,114). Sum of RGB (Red+Green+Blue) = 202+113+114=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7172 is #358E8D. Grayscale: #8B8B8B. Windows color (decimal): -3509902 or 7500234. OLE color: 7500234.
HSL color Cylindrical-coordinate representation of color #CA7172: 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.44%. Process color model (Four color, CMYK) of #CA7172 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 114 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.21 |
| HSL | 359.33º | 0.46% | 0.62% | - |
| HSV(B) | 359.33º | 0.44% | 0.79% | - |
| XYZ | 33.3 | 25.58 | 19.1 | - |
| YUV | 139.73 | 113.49 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 114 | 0 | 0.44 | 0.44 | 0.21 | 359.33 | 0.46 | 0.62 |
| Hex | CA | 71 | 72 | 0 | 2C | 2C | 15 | 167 | 2E | 3E |
| Octal | 312 | 161 | 162 | 0 | 54 | 54 | 25 | 547 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1110010 | 0 | 101100 | 101100 | 10101 | 101100111 | 101110 | 111110 |
Color Harmonies of #CA7172
Complementary color
Monochromatic Colors of #CA7172
Black with #CA7172
Text Example
Text Example
White with #CA7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7172; }
p { color: rgb(202,113,114); }
H1.HeaderClassName
{
color: #CA7172;
}
.AnyTagClassName
{
color: #CA7172;
}
</style>
background-color css
<style>
a { background-color: #CA7172; }
a { background-color: rgb(202,113,114); }
div.DivClassName
{
background-color: #CA7172;
}
.BgClassName
{
background-color: #CA7172;
}
</style>
border-color css
<style>
span { border-color: #CA7172; }
span { border-color: rgb(202,113,114); }
td.TdClassName
{
border-color: #CA7172;
}
.TagClassName
{
border-color: #CA7172;
}
</style>