Shades of Charm #CC758B
Tints of Charm #CC758B
RGB
CMYK
RGB Variations
Color information
#CC758B (or 0xCC758B) is known color: Charm. HEX triplet: CC, 75 and 8B. RGB value is (204,117,139). Sum of RGB (Red+Green+Blue) = 204+117+139=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC758B is #338A74. Grayscale: #919191. Windows color (decimal): -3377781 or 9139660. OLE color: 9139660.
HSL color Cylindrical-coordinate representation of color #CC758B: hue angle of 344.83º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC758B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 139 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.2 |
| HSL | 344.83º | 0.46% | 0.63% | - |
| HSV(B) | 344.83º | 0.43% | 0.8% | - |
| XYZ | 35.92 | 27.42 | 27.83 | - |
| YUV | 145.52 | 124.32 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 139 | 0 | 0.43 | 0.32 | 0.2 | 344.83 | 0.46 | 0.63 |
| Hex | CC | 75 | 8B | 0 | 2B | 20 | 14 | 159 | 2E | 3F |
| Octal | 314 | 165 | 213 | 0 | 53 | 40 | 24 | 531 | 56 | 77 |
| Binary | 11001100 | 1110101 | 10001011 | 0 | 101011 | 100000 | 10100 | 101011001 | 101110 | 111111 |
Color Harmonies of #CC758B
Complementary color
Monochromatic Colors of #CC758B
Black with #CC758B
Text Example
Text Example
White with #CC758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC758B; }
p { color: rgb(204,117,139); }
H1.HeaderClassName
{
color: #CC758B;
}
.AnyTagClassName
{
color: #CC758B;
}
</style>
background-color css
<style>
a { background-color: #CC758B; }
a { background-color: rgb(204,117,139); }
div.DivClassName
{
background-color: #CC758B;
}
.BgClassName
{
background-color: #CC758B;
}
</style>
border-color css
<style>
span { border-color: #CC758B; }
span { border-color: rgb(204,117,139); }
td.TdClassName
{
border-color: #CC758B;
}
.TagClassName
{
border-color: #CC758B;
}
</style>