Shades of Froly #CA7175
Tints of Froly #CA7175
RGB
CMYK
RGB Variations
Color information
#CA7175 (or 0xCA7175) is known color: Froly. HEX triplet: CA, 71 and 75. RGB value is (202,113,117). Sum of RGB (Red+Green+Blue) = 202+113+117=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7175 is #358E8A. Grayscale: #8C8C8C. Windows color (decimal): -3509899 or 7696842. OLE color: 7696842.
HSL color Cylindrical-coordinate representation of color #CA7175: hue angle of 357.3º 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 #CA7175 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 117 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.21 |
| HSL | 357.3º | 0.46% | 0.62% | - |
| HSV(B) | 357.3º | 0.44% | 0.79% | - |
| XYZ | 33.47 | 25.65 | 20.02 | - |
| YUV | 140.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 117 | 0 | 0.44 | 0.42 | 0.21 | 357.3 | 0.46 | 0.62 |
| Hex | CA | 71 | 75 | 0 | 2C | 2A | 15 | 165 | 2E | 3E |
| Octal | 312 | 161 | 165 | 0 | 54 | 52 | 25 | 545 | 56 | 76 |
| Binary | 11001010 | 1110001 | 1110101 | 0 | 101100 | 101010 | 10101 | 101100101 | 101110 | 111110 |
Color Harmonies of #CA7175
Complementary color
Monochromatic Colors of #CA7175
Black with #CA7175
Text Example
Text Example
White with #CA7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7175; }
p { color: rgb(202,113,117); }
H1.HeaderClassName
{
color: #CA7175;
}
.AnyTagClassName
{
color: #CA7175;
}
</style>
background-color css
<style>
a { background-color: #CA7175; }
a { background-color: rgb(202,113,117); }
div.DivClassName
{
background-color: #CA7175;
}
.BgClassName
{
background-color: #CA7175;
}
</style>
border-color css
<style>
span { border-color: #CA7175; }
span { border-color: rgb(202,113,117); }
td.TdClassName
{
border-color: #CA7175;
}
.TagClassName
{
border-color: #CA7175;
}
</style>