Shades of Charm #CC667A
Tints of Charm #CC667A
RGB
CMYK
RGB Variations
Color information
#CC667A (or 0xCC667A) is known color: Charm. HEX triplet: CC, 66 and 7A. RGB value is (204,102,122). Sum of RGB (Red+Green+Blue) = 204+102+122=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC667A is #339985. Grayscale: #868686. Windows color (decimal): -3381638 or 8021708. OLE color: 8021708.
HSL color Cylindrical-coordinate representation of color #CC667A: hue angle of 348.24º 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 #CC667A is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 102 | 122 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.2 |
| HSL | 348.24º | 0.5% | 0.6% | - |
| HSV(B) | 348.24º | 0.5% | 0.8% | - |
| XYZ | 33.17 | 23.75 | 21.25 | - |
| YUV | 134.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 102 | 122 | 0 | 0.5 | 0.40 | 0.2 | 348.24 | 0.5 | 0.6 |
| Hex | CC | 66 | 7A | 0 | 32 | 28 | 14 | 15C | 32 | 3C |
| Octal | 314 | 146 | 172 | 0 | 62 | 50 | 24 | 534 | 62 | 74 |
| Binary | 11001100 | 1100110 | 1111010 | 0 | 110010 | 101000 | 10100 | 101011100 | 110010 | 111100 |
Color Harmonies of #CC667A
Complementary color
Monochromatic Colors of #CC667A
Black with #CC667A
Text Example
Text Example
White with #CC667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC667A; }
p { color: rgb(204,102,122); }
H1.HeaderClassName
{
color: #CC667A;
}
.AnyTagClassName
{
color: #CC667A;
}
</style>
background-color css
<style>
a { background-color: #CC667A; }
a { background-color: rgb(204,102,122); }
div.DivClassName
{
background-color: #CC667A;
}
.BgClassName
{
background-color: #CC667A;
}
</style>
border-color css
<style>
span { border-color: #CC667A; }
span { border-color: rgb(204,102,122); }
td.TdClassName
{
border-color: #CC667A;
}
.TagClassName
{
border-color: #CC667A;
}
</style>