Shades of Froly #CC6C75
Tints of Froly #CC6C75
RGB
CMYK
RGB Variations
Color information
#CC6C75 (or 0xCC6C75) is known color: Froly. HEX triplet: CC, 6C and 75. RGB value is (204,108,117). Sum of RGB (Red+Green+Blue) = 204+108+117=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C75 is #33938A. Grayscale: #898989. Windows color (decimal): -3380107 or 7695564. OLE color: 7695564.
HSL color Cylindrical-coordinate representation of color #CC6C75: hue angle of 354.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6C75 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 117 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.2 |
| HSL | 354.38º | 0.48% | 0.61% | - |
| HSV(B) | 354.38º | 0.47% | 0.8% | - |
| XYZ | 33.48 | 24.85 | 19.86 | - |
| YUV | 137.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 117 | 0 | 0.47 | 0.43 | 0.2 | 354.38 | 0.48 | 0.61 |
| Hex | CC | 6C | 75 | 0 | 2F | 2B | 14 | 162 | 30 | 3D |
| Octal | 314 | 154 | 165 | 0 | 57 | 53 | 24 | 542 | 60 | 75 |
| Binary | 11001100 | 1101100 | 1110101 | 0 | 101111 | 101011 | 10100 | 101100010 | 110000 | 111101 |
Color Harmonies of #CC6C75
Complementary color
Monochromatic Colors of #CC6C75
Black with #CC6C75
Text Example
Text Example
White with #CC6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C75; }
p { color: rgb(204,108,117); }
H1.HeaderClassName
{
color: #CC6C75;
}
.AnyTagClassName
{
color: #CC6C75;
}
</style>
background-color css
<style>
a { background-color: #CC6C75; }
a { background-color: rgb(204,108,117); }
div.DivClassName
{
background-color: #CC6C75;
}
.BgClassName
{
background-color: #CC6C75;
}
</style>
border-color css
<style>
span { border-color: #CC6C75; }
span { border-color: rgb(204,108,117); }
td.TdClassName
{
border-color: #CC6C75;
}
.TagClassName
{
border-color: #CC6C75;
}
</style>