Shades of Froly #CC696C
Tints of Froly #CC696C
RGB
CMYK
RGB Variations
Color information
#CC696C (or 0xCC696C) is known color: Froly. HEX triplet: CC, 69 and 6C. RGB value is (204,105,108). Sum of RGB (Red+Green+Blue) = 204+105+108=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC696C is #339693. Grayscale: #878787. Windows color (decimal): -3380884 or 7104972. OLE color: 7104972.
HSL color Cylindrical-coordinate representation of color #CC696C: hue angle of 358.18º 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 #CC696C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 108 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.2 |
| HSL | 358.18º | 0.49% | 0.61% | - |
| HSV(B) | 358.18º | 0.49% | 0.8% | - |
| XYZ | 32.66 | 24.02 | 17.1 | - |
| YUV | 134.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 108 | 0 | 0.49 | 0.47 | 0.2 | 358.18 | 0.49 | 0.61 |
| Hex | CC | 69 | 6C | 0 | 31 | 2F | 14 | 166 | 31 | 3D |
| Octal | 314 | 151 | 154 | 0 | 61 | 57 | 24 | 546 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1101100 | 0 | 110001 | 101111 | 10100 | 101100110 | 110001 | 111101 |
Color Harmonies of #CC696C
Complementary color
Monochromatic Colors of #CC696C
Black with #CC696C
Text Example
Text Example
White with #CC696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC696C; }
p { color: rgb(204,105,108); }
H1.HeaderClassName
{
color: #CC696C;
}
.AnyTagClassName
{
color: #CC696C;
}
</style>
background-color css
<style>
a { background-color: #CC696C; }
a { background-color: rgb(204,105,108); }
div.DivClassName
{
background-color: #CC696C;
}
.BgClassName
{
background-color: #CC696C;
}
</style>
border-color css
<style>
span { border-color: #CC696C; }
span { border-color: rgb(204,105,108); }
td.TdClassName
{
border-color: #CC696C;
}
.TagClassName
{
border-color: #CC696C;
}
</style>