Shades of Charm #CC6F8B
Tints of Charm #CC6F8B
RGB
CMYK
RGB Variations
Color information
#CC6F8B (or 0xCC6F8B) is known color: Charm. HEX triplet: CC, 6F and 8B. RGB value is (204,111,139). Sum of RGB (Red+Green+Blue) = 204+111+139=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6F8B is #339074. Grayscale: #8D8D8D. Windows color (decimal): -3379317 or 9138124. OLE color: 9138124.
HSL color Cylindrical-coordinate representation of color #CC6F8B: hue angle of 341.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6F8B is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 139 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.2 |
| HSL | 341.94º | 0.48% | 0.62% | - |
| HSV(B) | 341.94º | 0.46% | 0.8% | - |
| XYZ | 35.25 | 26.07 | 27.6 | - |
| YUV | 142 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 139 | 0 | 0.46 | 0.32 | 0.2 | 341.94 | 0.48 | 0.62 |
| Hex | CC | 6F | 8B | 0 | 2E | 20 | 14 | 156 | 30 | 3E |
| Octal | 314 | 157 | 213 | 0 | 56 | 40 | 24 | 526 | 60 | 76 |
| Binary | 11001100 | 1101111 | 10001011 | 0 | 101110 | 100000 | 10100 | 101010110 | 110000 | 111110 |
Color Harmonies of #CC6F8B
Complementary color
Monochromatic Colors of #CC6F8B
Black with #CC6F8B
Text Example
Text Example
White with #CC6F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F8B; }
p { color: rgb(204,111,139); }
H1.HeaderClassName
{
color: #CC6F8B;
}
.AnyTagClassName
{
color: #CC6F8B;
}
</style>
background-color css
<style>
a { background-color: #CC6F8B; }
a { background-color: rgb(204,111,139); }
div.DivClassName
{
background-color: #CC6F8B;
}
.BgClassName
{
background-color: #CC6F8B;
}
</style>
border-color css
<style>
span { border-color: #CC6F8B; }
span { border-color: rgb(204,111,139); }
td.TdClassName
{
border-color: #CC6F8B;
}
.TagClassName
{
border-color: #CC6F8B;
}
</style>