Shades of Charm #CB667A
Tints of Charm #CB667A
RGB
CMYK
RGB Variations
Color information
#CB667A (or 0xCB667A) is known color: Charm. HEX triplet: CB, 66 and 7A. RGB value is (203,102,122). Sum of RGB (Red+Green+Blue) = 203+102+122=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB667A is #349985. Grayscale: #868686. Windows color (decimal): -3447174 or 8021707. OLE color: 8021707.
HSL color Cylindrical-coordinate representation of color #CB667A: hue angle of 348.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB667A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 122 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.20 |
| HSL | 348.12º | 0.49% | 0.6% | - |
| HSV(B) | 348.12º | 0.5% | 0.8% | - |
| XYZ | 32.89 | 23.6 | 21.23 | - |
| YUV | 134.48 | 120.96 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 122 | 0 | 0.50 | 0.40 | 0.20 | 348.12 | 0.49 | 0.6 |
| Hex | CB | 66 | 7A | 0 | 32 | 28 | 14 | 15C | 31 | 3C |
| Octal | 313 | 146 | 172 | 0 | 62 | 50 | 24 | 534 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1111010 | 0 | 110010 | 101000 | 10100 | 101011100 | 110001 | 111100 |
Color Harmonies of #CB667A
Complementary color
Monochromatic Colors of #CB667A
Black with #CB667A
Text Example
Text Example
White with #CB667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB667A; }
p { color: rgb(203,102,122); }
H1.HeaderClassName
{
color: #CB667A;
}
.AnyTagClassName
{
color: #CB667A;
}
</style>
background-color css
<style>
a { background-color: #CB667A; }
a { background-color: rgb(203,102,122); }
div.DivClassName
{
background-color: #CB667A;
}
.BgClassName
{
background-color: #CB667A;
}
</style>
border-color css
<style>
span { border-color: #CB667A; }
span { border-color: rgb(203,102,122); }
td.TdClassName
{
border-color: #CB667A;
}
.TagClassName
{
border-color: #CB667A;
}
</style>