Shades of Charm #CC738B
Tints of Charm #CC738B
RGB
CMYK
RGB Variations
Color information
#CC738B (or 0xCC738B) is known color: Charm. HEX triplet: CC, 73 and 8B. RGB value is (204,115,139). Sum of RGB (Red+Green+Blue) = 204+115+139=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC738B is #338C74. Grayscale: #909090. Windows color (decimal): -3378293 or 9139148. OLE color: 9139148.
HSL color Cylindrical-coordinate representation of color #CC738B: hue angle of 343.82º 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 #CC738B is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 139 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.2 |
| HSL | 343.82º | 0.47% | 0.63% | - |
| HSV(B) | 343.82º | 0.44% | 0.8% | - |
| XYZ | 35.69 | 26.96 | 27.75 | - |
| YUV | 144.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 139 | 0 | 0.44 | 0.32 | 0.2 | 343.82 | 0.47 | 0.63 |
| Hex | CC | 73 | 8B | 0 | 2C | 20 | 14 | 158 | 2F | 3F |
| Octal | 314 | 163 | 213 | 0 | 54 | 40 | 24 | 530 | 57 | 77 |
| Binary | 11001100 | 1110011 | 10001011 | 0 | 101100 | 100000 | 10100 | 101011000 | 101111 | 111111 |
Color Harmonies of #CC738B
Complementary color
Monochromatic Colors of #CC738B
Black with #CC738B
Text Example
Text Example
White with #CC738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC738B; }
p { color: rgb(204,115,139); }
H1.HeaderClassName
{
color: #CC738B;
}
.AnyTagClassName
{
color: #CC738B;
}
</style>
background-color css
<style>
a { background-color: #CC738B; }
a { background-color: rgb(204,115,139); }
div.DivClassName
{
background-color: #CC738B;
}
.BgClassName
{
background-color: #CC738B;
}
</style>
border-color css
<style>
span { border-color: #CC738B; }
span { border-color: rgb(204,115,139); }
td.TdClassName
{
border-color: #CC738B;
}
.TagClassName
{
border-color: #CC738B;
}
</style>