Shades of Charm #CB667B
Tints of Charm #CB667B
RGB
CMYK
RGB Variations
Color information
#CB667B (or 0xCB667B) is known color: Charm. HEX triplet: CB, 66 and 7B. RGB value is (203,102,123). Sum of RGB (Red+Green+Blue) = 203+102+123=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB667B is #349984. Grayscale: #868686. Windows color (decimal): -3447173 or 8087243. OLE color: 8087243.
HSL color Cylindrical-coordinate representation of color #CB667B: hue angle of 347.52º 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 #CB667B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 123 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.20 |
| HSL | 347.52º | 0.49% | 0.6% | - |
| HSV(B) | 347.52º | 0.5% | 0.8% | - |
| XYZ | 32.96 | 23.63 | 21.56 | - |
| YUV | 134.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 123 | 0 | 0.50 | 0.39 | 0.20 | 347.52 | 0.49 | 0.6 |
| Hex | CB | 66 | 7B | 0 | 32 | 27 | 14 | 15C | 31 | 3C |
| Octal | 313 | 146 | 173 | 0 | 62 | 47 | 24 | 534 | 61 | 74 |
| Binary | 11001011 | 1100110 | 1111011 | 0 | 110010 | 100111 | 10100 | 101011100 | 110001 | 111100 |
Color Harmonies of #CB667B
Complementary color
Monochromatic Colors of #CB667B
Black with #CB667B
Text Example
Text Example
White with #CB667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB667B; }
p { color: rgb(203,102,123); }
H1.HeaderClassName
{
color: #CB667B;
}
.AnyTagClassName
{
color: #CB667B;
}
</style>
background-color css
<style>
a { background-color: #CB667B; }
a { background-color: rgb(203,102,123); }
div.DivClassName
{
background-color: #CB667B;
}
.BgClassName
{
background-color: #CB667B;
}
</style>
border-color css
<style>
span { border-color: #CB667B; }
span { border-color: rgb(203,102,123); }
td.TdClassName
{
border-color: #CB667B;
}
.TagClassName
{
border-color: #CB667B;
}
</style>