Shades of Froly #CA6A6F
Tints of Froly #CA6A6F
RGB
CMYK
RGB Variations
Color information
#CA6A6F (or 0xCA6A6F) is known color: Froly. HEX triplet: CA, 6A and 6F. RGB value is (202,106,111). Sum of RGB (Red+Green+Blue) = 202+106+111=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6A6F is #359590. Grayscale: #878787. Windows color (decimal): -3511697 or 7301834. OLE color: 7301834.
HSL color Cylindrical-coordinate representation of color #CA6A6F: hue angle of 356.88º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA6A6F is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 106 | 111 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.21 |
| HSL | 356.88º | 0.48% | 0.6% | - |
| HSV(B) | 356.88º | 0.48% | 0.79% | - |
| XYZ | 32.38 | 24.01 | 17.97 | - |
| YUV | 135.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 106 | 111 | 0 | 0.48 | 0.45 | 0.21 | 356.88 | 0.48 | 0.6 |
| Hex | CA | 6A | 6F | 0 | 30 | 2D | 15 | 165 | 30 | 3C |
| Octal | 312 | 152 | 157 | 0 | 60 | 55 | 25 | 545 | 60 | 74 |
| Binary | 11001010 | 1101010 | 1101111 | 0 | 110000 | 101101 | 10101 | 101100101 | 110000 | 111100 |
Color Harmonies of #CA6A6F
Complementary color
Monochromatic Colors of #CA6A6F
Black with #CA6A6F
Text Example
Text Example
White with #CA6A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6A6F; }
p { color: rgb(202,106,111); }
H1.HeaderClassName
{
color: #CA6A6F;
}
.AnyTagClassName
{
color: #CA6A6F;
}
</style>
background-color css
<style>
a { background-color: #CA6A6F; }
a { background-color: rgb(202,106,111); }
div.DivClassName
{
background-color: #CA6A6F;
}
.BgClassName
{
background-color: #CA6A6F;
}
</style>
border-color css
<style>
span { border-color: #CA6A6F; }
span { border-color: rgb(202,106,111); }
td.TdClassName
{
border-color: #CA6A6F;
}
.TagClassName
{
border-color: #CA6A6F;
}
</style>