Shades of Froly #CC696B
Tints of Froly #CC696B
RGB
CMYK
RGB Variations
Color information
#CC696B (or 0xCC696B) is known color: Froly. HEX triplet: CC, 69 and 6B. RGB value is (204,105,107). Sum of RGB (Red+Green+Blue) = 204+105+107=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC696B is #339694. Grayscale: #868686. Windows color (decimal): -3380885 or 7039436. OLE color: 7039436.
HSL color Cylindrical-coordinate representation of color #CC696B: hue angle of 358.79º 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 #CC696B is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 107 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.2 |
| HSL | 358.79º | 0.49% | 0.61% | - |
| HSV(B) | 358.79º | 0.49% | 0.8% | - |
| XYZ | 32.61 | 24 | 16.82 | - |
| YUV | 134.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 107 | 0 | 0.49 | 0.48 | 0.2 | 358.79 | 0.49 | 0.61 |
| Hex | CC | 69 | 6B | 0 | 31 | 30 | 14 | 167 | 31 | 3D |
| Octal | 314 | 151 | 153 | 0 | 61 | 60 | 24 | 547 | 61 | 75 |
| Binary | 11001100 | 1101001 | 1101011 | 0 | 110001 | 110000 | 10100 | 101100111 | 110001 | 111101 |
Color Harmonies of #CC696B
Complementary color
Monochromatic Colors of #CC696B
Black with #CC696B
Text Example
Text Example
White with #CC696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC696B; }
p { color: rgb(204,105,107); }
H1.HeaderClassName
{
color: #CC696B;
}
.AnyTagClassName
{
color: #CC696B;
}
</style>
background-color css
<style>
a { background-color: #CC696B; }
a { background-color: rgb(204,105,107); }
div.DivClassName
{
background-color: #CC696B;
}
.BgClassName
{
background-color: #CC696B;
}
</style>
border-color css
<style>
span { border-color: #CC696B; }
span { border-color: rgb(204,105,107); }
td.TdClassName
{
border-color: #CC696B;
}
.TagClassName
{
border-color: #CC696B;
}
</style>