Shades of Charm #CB748D
Tints of Charm #CB748D
RGB
CMYK
RGB Variations
Color information
#CB748D (or 0xCB748D) is known color: Charm. HEX triplet: CB, 74 and 8D. RGB value is (203,116,141). Sum of RGB (Red+Green+Blue) = 203+116+141=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CB748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB748D is #348B72. Grayscale: #909090. Windows color (decimal): -3443571 or 9270475. OLE color: 9270475.
HSL color Cylindrical-coordinate representation of color #CB748D: hue angle of 342.76º 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 #CB748D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 141 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.20 |
| HSL | 342.76º | 0.46% | 0.63% | - |
| HSV(B) | 342.76º | 0.43% | 0.8% | - |
| XYZ | 35.68 | 27.11 | 28.55 | - |
| YUV | 144.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 141 | 0 | 0.43 | 0.31 | 0.20 | 342.76 | 0.46 | 0.63 |
| Hex | CB | 74 | 8D | 0 | 2B | 1F | 14 | 157 | 2E | 3F |
| Octal | 313 | 164 | 215 | 0 | 53 | 37 | 24 | 527 | 56 | 77 |
| Binary | 11001011 | 1110100 | 10001101 | 0 | 101011 | 11111 | 10100 | 101010111 | 101110 | 111111 |
Color Harmonies of #CB748D
Complementary color
Monochromatic Colors of #CB748D
Black with #CB748D
Text Example
Text Example
White with #CB748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB748D; }
p { color: rgb(203,116,141); }
H1.HeaderClassName
{
color: #CB748D;
}
.AnyTagClassName
{
color: #CB748D;
}
</style>
background-color css
<style>
a { background-color: #CB748D; }
a { background-color: rgb(203,116,141); }
div.DivClassName
{
background-color: #CB748D;
}
.BgClassName
{
background-color: #CB748D;
}
</style>
border-color css
<style>
span { border-color: #CB748D; }
span { border-color: rgb(203,116,141); }
td.TdClassName
{
border-color: #CB748D;
}
.TagClassName
{
border-color: #CB748D;
}
</style>