Shades of Froly #CC696E
Tints of Froly #CC696E
RGB
CMYK
RGB Variations
Color information
#CC696E (or 0xCC696E) is known color: Froly. HEX triplet: CC, 69 and 6E. RGB value is (204,105,110). Sum of RGB (Red+Green+Blue) = 204+105+110=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC696E is #339691. Grayscale: #878787. Windows color (decimal): -3380882 or 7236044. OLE color: 7236044.
HSL color Cylindrical-coordinate representation of color #CC696E: hue angle of 356.97º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC696E is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 110 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.2 |
| HSL | 356.97º | 0.49% | 0.61% | - |
| HSV(B) | 356.97º | 0.49% | 0.8% | - |
| XYZ | 32.77 | 24.07 | 17.67 | - |
| YUV | 135.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 110 | 0 | 0.49 | 0.46 | 0.2 | 356.97 | 0.49 | 0.61 |
| Hex | CC | 69 | 6E | 0 | 31 | 2E | 14 | 165 | 31 | 3D |
| Octal | 314 | 151 | 156 | 0 | 61 | 56 | 24 | 545 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1101110 | 0 | 110001 | 101110 | 10100 | 101100101 | 110001 | 111101 |
Color Harmonies of #CC696E
Complementary color
Monochromatic Colors of #CC696E
Black with #CC696E
Text Example
Text Example
White with #CC696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC696E; }
p { color: rgb(204,105,110); }
H1.HeaderClassName
{
color: #CC696E;
}
.AnyTagClassName
{
color: #CC696E;
}
</style>
background-color css
<style>
a { background-color: #CC696E; }
a { background-color: rgb(204,105,110); }
div.DivClassName
{
background-color: #CC696E;
}
.BgClassName
{
background-color: #CC696E;
}
</style>
border-color css
<style>
span { border-color: #CC696E; }
span { border-color: rgb(204,105,110); }
td.TdClassName
{
border-color: #CC696E;
}
.TagClassName
{
border-color: #CC696E;
}
</style>