Shades of Charm #CB767C
Tints of Charm #CB767C
RGB
CMYK
RGB Variations
Color information
#CB767C (or 0xCB767C) is known color: Charm. HEX triplet: CB, 76 and 7C. RGB value is (203,118,124). Sum of RGB (Red+Green+Blue) = 203+118+124=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB767C is #348983. Grayscale: #909090. Windows color (decimal): -3443076 or 8156875. OLE color: 8156875.
HSL color Cylindrical-coordinate representation of color #CB767C: hue angle of 355.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB767C is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 124 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.20 |
| HSL | 355.76º | 0.45% | 0.63% | - |
| HSV(B) | 355.76º | 0.42% | 0.8% | - |
| XYZ | 34.75 | 27.11 | 22.47 | - |
| YUV | 144.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 124 | 0 | 0.42 | 0.39 | 0.20 | 355.76 | 0.45 | 0.63 |
| Hex | CB | 76 | 7C | 0 | 2A | 27 | 14 | 164 | 2D | 3F |
| Octal | 313 | 166 | 174 | 0 | 52 | 47 | 24 | 544 | 55 | 77 |
| Binary | 11001011 | 1110110 | 1111100 | 0 | 101010 | 100111 | 10100 | 101100100 | 101101 | 111111 |
Color Harmonies of #CB767C
Complementary color
Monochromatic Colors of #CB767C
Black with #CB767C
Text Example
Text Example
White with #CB767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB767C; }
p { color: rgb(203,118,124); }
H1.HeaderClassName
{
color: #CB767C;
}
.AnyTagClassName
{
color: #CB767C;
}
</style>
background-color css
<style>
a { background-color: #CB767C; }
a { background-color: rgb(203,118,124); }
div.DivClassName
{
background-color: #CB767C;
}
.BgClassName
{
background-color: #CB767C;
}
</style>
border-color css
<style>
span { border-color: #CB767C; }
span { border-color: rgb(203,118,124); }
td.TdClassName
{
border-color: #CB767C;
}
.TagClassName
{
border-color: #CB767C;
}
</style>