Shades of Charm #CC6B7A
Tints of Charm #CC6B7A
RGB
CMYK
RGB Variations
Color information
#CC6B7A (or 0xCC6B7A) is known color: Charm. HEX triplet: CC, 6B and 7A. RGB value is (204,107,122). Sum of RGB (Red+Green+Blue) = 204+107+122=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 107 (42.19% from 255 or 24.71% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6B7A is #339485. Grayscale: #898989. Windows color (decimal): -3380358 or 8022988. OLE color: 8022988.
HSL color Cylindrical-coordinate representation of color #CC6B7A: hue angle of 350.72º 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 #CC6B7A is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 122 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.2 |
| HSL | 350.72º | 0.49% | 0.61% | - |
| HSV(B) | 350.72º | 0.48% | 0.8% | - |
| XYZ | 33.67 | 24.76 | 21.42 | - |
| YUV | 137.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 122 | 0 | 0.48 | 0.40 | 0.2 | 350.72 | 0.49 | 0.61 |
| Hex | CC | 6B | 7A | 0 | 30 | 28 | 14 | 15F | 31 | 3D |
| Octal | 314 | 153 | 172 | 0 | 60 | 50 | 24 | 537 | 61 | 75 |
| Binary | 11001100 | 1101011 | 1111010 | 0 | 110000 | 101000 | 10100 | 101011111 | 110001 | 111101 |
Color Harmonies of #CC6B7A
Complementary color
Monochromatic Colors of #CC6B7A
Black with #CC6B7A
Text Example
Text Example
White with #CC6B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B7A; }
p { color: rgb(204,107,122); }
H1.HeaderClassName
{
color: #CC6B7A;
}
.AnyTagClassName
{
color: #CC6B7A;
}
</style>
background-color css
<style>
a { background-color: #CC6B7A; }
a { background-color: rgb(204,107,122); }
div.DivClassName
{
background-color: #CC6B7A;
}
.BgClassName
{
background-color: #CC6B7A;
}
</style>
border-color css
<style>
span { border-color: #CC6B7A; }
span { border-color: rgb(204,107,122); }
td.TdClassName
{
border-color: #CC6B7A;
}
.TagClassName
{
border-color: #CC6B7A;
}
</style>