Shades of Charm #CB667F
Tints of Charm #CB667F
RGB
CMYK
RGB Variations
Color information
#CB667F (or 0xCB667F) is known color: Charm. HEX triplet: CB, 66 and 7F. RGB value is (203,102,127). Sum of RGB (Red+Green+Blue) = 203+102+127=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB667F is #349980. Grayscale: #878787. Windows color (decimal): -3447169 or 8349387. OLE color: 8349387.
HSL color Cylindrical-coordinate representation of color #CB667F: hue angle of 345.15º 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 #CB667F is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 127 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.20 |
| HSL | 345.15º | 0.49% | 0.6% | - |
| HSV(B) | 345.15º | 0.5% | 0.8% | - |
| XYZ | 33.21 | 23.73 | 22.91 | - |
| YUV | 135.05 | 123.46 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 127 | 0 | 0.50 | 0.37 | 0.20 | 345.15 | 0.49 | 0.6 |
| Hex | CB | 66 | 7F | 0 | 32 | 25 | 14 | 159 | 31 | 3C |
| Octal | 313 | 146 | 177 | 0 | 62 | 45 | 24 | 531 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1111111 | 0 | 110010 | 100101 | 10100 | 101011001 | 110001 | 111100 |
Color Harmonies of #CB667F
Complementary color
Monochromatic Colors of #CB667F
Black with #CB667F
Text Example
Text Example
White with #CB667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB667F; }
p { color: rgb(203,102,127); }
H1.HeaderClassName
{
color: #CB667F;
}
.AnyTagClassName
{
color: #CB667F;
}
</style>
background-color css
<style>
a { background-color: #CB667F; }
a { background-color: rgb(203,102,127); }
div.DivClassName
{
background-color: #CB667F;
}
.BgClassName
{
background-color: #CB667F;
}
</style>
border-color css
<style>
span { border-color: #CB667F; }
span { border-color: rgb(203,102,127); }
td.TdClassName
{
border-color: #CB667F;
}
.TagClassName
{
border-color: #CB667F;
}
</style>