Shades of Charm #CB6B7C
Tints of Charm #CB6B7C
RGB
CMYK
RGB Variations
Color information
#CB6B7C (or 0xCB6B7C) is known color: Charm. HEX triplet: CB, 6B and 7C. RGB value is (203,107,124). Sum of RGB (Red+Green+Blue) = 203+107+124=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B7C is #349483. Grayscale: #898989. Windows color (decimal): -3445892 or 8154059. OLE color: 8154059.
HSL color Cylindrical-coordinate representation of color #CB6B7C: hue angle of 349.38º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6B7C is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 107 | 124 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.20 |
| HSL | 349.38º | 0.48% | 0.61% | - |
| HSV(B) | 349.38º | 0.47% | 0.8% | - |
| XYZ | 33.52 | 24.67 | 22.06 | - |
| YUV | 137.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 107 | 124 | 0 | 0.47 | 0.39 | 0.20 | 349.38 | 0.48 | 0.61 |
| Hex | CB | 6B | 7C | 0 | 2F | 27 | 14 | 15D | 30 | 3D |
| Octal | 313 | 153 | 174 | 0 | 57 | 47 | 24 | 535 | 60 | 75 |
| Binary | 11001011 | 1101011 | 1111100 | 0 | 101111 | 100111 | 10100 | 101011101 | 110000 | 111101 |
Color Harmonies of #CB6B7C
Complementary color
Monochromatic Colors of #CB6B7C
Black with #CB6B7C
Text Example
Text Example
White with #CB6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6B7C; }
p { color: rgb(203,107,124); }
H1.HeaderClassName
{
color: #CB6B7C;
}
.AnyTagClassName
{
color: #CB6B7C;
}
</style>
background-color css
<style>
a { background-color: #CB6B7C; }
a { background-color: rgb(203,107,124); }
div.DivClassName
{
background-color: #CB6B7C;
}
.BgClassName
{
background-color: #CB6B7C;
}
</style>
border-color css
<style>
span { border-color: #CB6B7C; }
span { border-color: rgb(203,107,124); }
td.TdClassName
{
border-color: #CB6B7C;
}
.TagClassName
{
border-color: #CB6B7C;
}
</style>