Shades of Froly #CA6F70
Tints of Froly #CA6F70
RGB
CMYK
RGB Variations
Color information
#CA6F70 (or 0xCA6F70) is known color: Froly. HEX triplet: CA, 6F and 70. RGB value is (202,111,112). Sum of RGB (Red+Green+Blue) = 202+111+112=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6F70 is #35908F. Grayscale: #8A8A8A. Windows color (decimal): -3510416 or 7368650. OLE color: 7368650.
HSL color Cylindrical-coordinate representation of color #CA6F70: hue angle of 359.34º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6F70 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 111 | 112 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.21 |
| HSL | 359.34º | 0.46% | 0.61% | - |
| HSV(B) | 359.34º | 0.45% | 0.79% | - |
| XYZ | 32.97 | 25.1 | 18.44 | - |
| YUV | 138.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 112 | 0 | 0.45 | 0.45 | 0.21 | 359.34 | 0.46 | 0.61 |
| Hex | CA | 6F | 70 | 0 | 2D | 2D | 15 | 167 | 2E | 3D |
| Octal | 312 | 157 | 160 | 0 | 55 | 55 | 25 | 547 | 56 | 75 |
| Binary | 11001010 | 1101111 | 1110000 | 0 | 101101 | 101101 | 10101 | 101100111 | 101110 | 111101 |
Color Harmonies of #CA6F70
Complementary color
Monochromatic Colors of #CA6F70
Black with #CA6F70
Text Example
Text Example
White with #CA6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6F70; }
p { color: rgb(202,111,112); }
H1.HeaderClassName
{
color: #CA6F70;
}
.AnyTagClassName
{
color: #CA6F70;
}
</style>
background-color css
<style>
a { background-color: #CA6F70; }
a { background-color: rgb(202,111,112); }
div.DivClassName
{
background-color: #CA6F70;
}
.BgClassName
{
background-color: #CA6F70;
}
</style>
border-color css
<style>
span { border-color: #CA6F70; }
span { border-color: rgb(202,111,112); }
td.TdClassName
{
border-color: #CA6F70;
}
.TagClassName
{
border-color: #CA6F70;
}
</style>