Shades of Froly #CA6C6F
Tints of Froly #CA6C6F
RGB
CMYK
RGB Variations
Color information
#CA6C6F (or 0xCA6C6F) is known color: Froly. HEX triplet: CA, 6C and 6F. RGB value is (202,108,111). Sum of RGB (Red+Green+Blue) = 202+108+111=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6C6F is #359390. Grayscale: #888888. Windows color (decimal): -3511185 or 7302346. OLE color: 7302346.
HSL color Cylindrical-coordinate representation of color #CA6C6F: hue angle of 358.09º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6C6F is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 108 | 111 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.21 |
| HSL | 358.09º | 0.47% | 0.61% | - |
| HSV(B) | 358.09º | 0.47% | 0.79% | - |
| XYZ | 32.59 | 24.43 | 18.04 | - |
| YUV | 136.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 111 | 0 | 0.47 | 0.45 | 0.21 | 358.09 | 0.47 | 0.61 |
| Hex | CA | 6C | 6F | 0 | 2F | 2D | 15 | 166 | 2F | 3D |
| Octal | 312 | 154 | 157 | 0 | 57 | 55 | 25 | 546 | 57 | 75 |
| Binary | 11001010 | 1101100 | 1101111 | 0 | 101111 | 101101 | 10101 | 101100110 | 101111 | 111101 |
Color Harmonies of #CA6C6F
Complementary color
Monochromatic Colors of #CA6C6F
Black with #CA6C6F
Text Example
Text Example
White with #CA6C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6C6F; }
p { color: rgb(202,108,111); }
H1.HeaderClassName
{
color: #CA6C6F;
}
.AnyTagClassName
{
color: #CA6C6F;
}
</style>
background-color css
<style>
a { background-color: #CA6C6F; }
a { background-color: rgb(202,108,111); }
div.DivClassName
{
background-color: #CA6C6F;
}
.BgClassName
{
background-color: #CA6C6F;
}
</style>
border-color css
<style>
span { border-color: #CA6C6F; }
span { border-color: rgb(202,108,111); }
td.TdClassName
{
border-color: #CA6C6F;
}
.TagClassName
{
border-color: #CA6C6F;
}
</style>