Shades of Charm #CC667D
Tints of Charm #CC667D
RGB
CMYK
RGB Variations
Color information
#CC667D (or 0xCC667D) is known color: Charm. HEX triplet: CC, 66 and 7D. RGB value is (204,102,125). Sum of RGB (Red+Green+Blue) = 204+102+125=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC667D is #339982. Grayscale: #878787. Windows color (decimal): -3381635 or 8218316. OLE color: 8218316.
HSL color Cylindrical-coordinate representation of color #CC667D: hue angle of 346.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC667D is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 125 | - |
| CMYK | 0 | 0.5 | 0.39 | 0.2 |
| HSL | 346.47º | 0.5% | 0.6% | - |
| HSV(B) | 346.47º | 0.5% | 0.8% | - |
| XYZ | 33.35 | 23.82 | 22.24 | - |
| YUV | 135.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 125 | 0 | 0.5 | 0.39 | 0.2 | 346.47 | 0.5 | 0.6 |
| Hex | CC | 66 | 7D | 0 | 32 | 27 | 14 | 15A | 32 | 3C |
| Octal | 314 | 146 | 175 | 0 | 62 | 47 | 24 | 532 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1111101 | 0 | 110010 | 100111 | 10100 | 101011010 | 110010 | 111100 |
Color Harmonies of #CC667D
Complementary color
Monochromatic Colors of #CC667D
Black with #CC667D
Text Example
Text Example
White with #CC667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC667D; }
p { color: rgb(204,102,125); }
H1.HeaderClassName
{
color: #CC667D;
}
.AnyTagClassName
{
color: #CC667D;
}
</style>
background-color css
<style>
a { background-color: #CC667D; }
a { background-color: rgb(204,102,125); }
div.DivClassName
{
background-color: #CC667D;
}
.BgClassName
{
background-color: #CC667D;
}
</style>
border-color css
<style>
span { border-color: #CC667D; }
span { border-color: rgb(204,102,125); }
td.TdClassName
{
border-color: #CC667D;
}
.TagClassName
{
border-color: #CC667D;
}
</style>