Shades of Charm #CC707B
Tints of Charm #CC707B
RGB
CMYK
RGB Variations
Color information
#CC707B (or 0xCC707B) is known color: Charm. HEX triplet: CC, 70 and 7B. RGB value is (204,112,123). Sum of RGB (Red+Green+Blue) = 204+112+123=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC707B is #338F84. Grayscale: #8C8C8C. Windows color (decimal): -3379077 or 8089804. OLE color: 8089804.
HSL color Cylindrical-coordinate representation of color #CC707B: hue angle of 352.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC707B is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 123 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.2 |
| HSL | 352.83º | 0.47% | 0.62% | - |
| HSV(B) | 352.83º | 0.45% | 0.8% | - |
| XYZ | 34.27 | 25.86 | 21.92 | - |
| YUV | 140.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 123 | 0 | 0.45 | 0.40 | 0.2 | 352.83 | 0.47 | 0.62 |
| Hex | CC | 70 | 7B | 0 | 2D | 28 | 14 | 161 | 2F | 3E |
| Octal | 314 | 160 | 173 | 0 | 55 | 50 | 24 | 541 | 57 | 76 |
| Binary | 11001100 | 1110000 | 1111011 | 0 | 101101 | 101000 | 10100 | 101100001 | 101111 | 111110 |
Color Harmonies of #CC707B
Complementary color
Monochromatic Colors of #CC707B
Black with #CC707B
Text Example
Text Example
White with #CC707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC707B; }
p { color: rgb(204,112,123); }
H1.HeaderClassName
{
color: #CC707B;
}
.AnyTagClassName
{
color: #CC707B;
}
</style>
background-color css
<style>
a { background-color: #CC707B; }
a { background-color: rgb(204,112,123); }
div.DivClassName
{
background-color: #CC707B;
}
.BgClassName
{
background-color: #CC707B;
}
</style>
border-color css
<style>
span { border-color: #CC707B; }
span { border-color: rgb(204,112,123); }
td.TdClassName
{
border-color: #CC707B;
}
.TagClassName
{
border-color: #CC707B;
}
</style>