Shades of Charm #CC6B87
Tints of Charm #CC6B87
RGB
CMYK
RGB Variations
Color information
#CC6B87 (or 0xCC6B87) is known color: Charm. HEX triplet: CC, 6B and 87. RGB value is (204,107,135). Sum of RGB (Red+Green+Blue) = 204+107+135=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B87 is #339478. Grayscale: #8B8B8B. Windows color (decimal): -3380345 or 8874956. OLE color: 8874956.
HSL color Cylindrical-coordinate representation of color #CC6B87: hue angle of 342.68º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B87 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 135 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.2 |
| HSL | 342.68º | 0.49% | 0.61% | - |
| HSV(B) | 342.68º | 0.48% | 0.8% | - |
| XYZ | 34.53 | 25.1 | 25.95 | - |
| YUV | 139.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 135 | 0 | 0.48 | 0.34 | 0.2 | 342.68 | 0.49 | 0.61 |
| Hex | CC | 6B | 87 | 0 | 30 | 22 | 14 | 157 | 31 | 3D |
| Octal | 314 | 153 | 207 | 0 | 60 | 42 | 24 | 527 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10000111 | 0 | 110000 | 100010 | 10100 | 101010111 | 110001 | 111101 |
Color Harmonies of #CC6B87
Complementary color
Monochromatic Colors of #CC6B87
Black with #CC6B87
Text Example
Text Example
White with #CC6B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B87; }
p { color: rgb(204,107,135); }
H1.HeaderClassName
{
color: #CC6B87;
}
.AnyTagClassName
{
color: #CC6B87;
}
</style>
background-color css
<style>
a { background-color: #CC6B87; }
a { background-color: rgb(204,107,135); }
div.DivClassName
{
background-color: #CC6B87;
}
.BgClassName
{
background-color: #CC6B87;
}
</style>
border-color css
<style>
span { border-color: #CC6B87; }
span { border-color: rgb(204,107,135); }
td.TdClassName
{
border-color: #CC6B87;
}
.TagClassName
{
border-color: #CC6B87;
}
</style>