Shades of Charm #CC738F
Tints of Charm #CC738F
RGB
CMYK
RGB Variations
Color information
#CC738F (or 0xCC738F) is known color: Charm. HEX triplet: CC, 73 and 8F. RGB value is (204,115,143). Sum of RGB (Red+Green+Blue) = 204+115+143=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738F is #338C70. Grayscale: #909090. Windows color (decimal): -3378289 or 9401292. OLE color: 9401292.
HSL color Cylindrical-coordinate representation of color #CC738F: hue angle of 341.12º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC738F is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 143 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.2 |
| HSL | 341.12º | 0.47% | 0.63% | - |
| HSV(B) | 341.12º | 0.44% | 0.8% | - |
| XYZ | 35.99 | 27.08 | 29.32 | - |
| YUV | 144.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 143 | 0 | 0.44 | 0.30 | 0.2 | 341.12 | 0.47 | 0.63 |
| Hex | CC | 73 | 8F | 0 | 2C | 1E | 14 | 155 | 2F | 3F |
| Octal | 314 | 163 | 217 | 0 | 54 | 36 | 24 | 525 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10001111 | 0 | 101100 | 11110 | 10100 | 101010101 | 101111 | 111111 |
Color Harmonies of #CC738F
Complementary color
Monochromatic Colors of #CC738F
Black with #CC738F
Text Example
Text Example
White with #CC738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC738F; }
p { color: rgb(204,115,143); }
H1.HeaderClassName
{
color: #CC738F;
}
.AnyTagClassName
{
color: #CC738F;
}
</style>
background-color css
<style>
a { background-color: #CC738F; }
a { background-color: rgb(204,115,143); }
div.DivClassName
{
background-color: #CC738F;
}
.BgClassName
{
background-color: #CC738F;
}
</style>
border-color css
<style>
span { border-color: #CC738F; }
span { border-color: rgb(204,115,143); }
td.TdClassName
{
border-color: #CC738F;
}
.TagClassName
{
border-color: #CC738F;
}
</style>