Shades of Charm #CC6A7B
Tints of Charm #CC6A7B
RGB
CMYK
RGB Variations
Color information
#CC6A7B (or 0xCC6A7B) is known color: Charm. HEX triplet: CC, 6A and 7B. RGB value is (204,106,123). Sum of RGB (Red+Green+Blue) = 204+106+123=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A7B is #339584. Grayscale: #898989. Windows color (decimal): -3380613 or 8088268. OLE color: 8088268.
HSL color Cylindrical-coordinate representation of color #CC6A7B: hue angle of 349.59º 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 #CC6A7B is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 123 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.2 |
| HSL | 349.59º | 0.49% | 0.61% | - |
| HSV(B) | 349.59º | 0.48% | 0.8% | - |
| XYZ | 33.63 | 24.58 | 21.71 | - |
| YUV | 137.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 123 | 0 | 0.48 | 0.40 | 0.2 | 349.59 | 0.49 | 0.61 |
| Hex | CC | 6A | 7B | 0 | 30 | 28 | 14 | 15E | 31 | 3D |
| Octal | 314 | 152 | 173 | 0 | 60 | 50 | 24 | 536 | 61 | 75 |
| Binary | 11001100 | 1101010 | 1111011 | 0 | 110000 | 101000 | 10100 | 101011110 | 110001 | 111101 |
Color Harmonies of #CC6A7B
Complementary color
Monochromatic Colors of #CC6A7B
Black with #CC6A7B
Text Example
Text Example
White with #CC6A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A7B; }
p { color: rgb(204,106,123); }
H1.HeaderClassName
{
color: #CC6A7B;
}
.AnyTagClassName
{
color: #CC6A7B;
}
</style>
background-color css
<style>
a { background-color: #CC6A7B; }
a { background-color: rgb(204,106,123); }
div.DivClassName
{
background-color: #CC6A7B;
}
.BgClassName
{
background-color: #CC6A7B;
}
</style>
border-color css
<style>
span { border-color: #CC6A7B; }
span { border-color: rgb(204,106,123); }
td.TdClassName
{
border-color: #CC6A7B;
}
.TagClassName
{
border-color: #CC6A7B;
}
</style>