Shades of Charm #CB768A
Tints of Charm #CB768A
RGB
CMYK
RGB Variations
Color information
#CB768A (or 0xCB768A) is known color: Charm. HEX triplet: CB, 76 and 8A. RGB value is (203,118,138). Sum of RGB (Red+Green+Blue) = 203+118+138=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB768A is #348975. Grayscale: #919191. Windows color (decimal): -3443062 or 9074379. OLE color: 9074379.
HSL color Cylindrical-coordinate representation of color #CB768A: hue angle of 345.88º 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 #CB768A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 138 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.20 |
| HSL | 345.88º | 0.45% | 0.63% | - |
| HSV(B) | 345.88º | 0.42% | 0.8% | - |
| XYZ | 35.69 | 27.49 | 27.47 | - |
| YUV | 145.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 138 | 0 | 0.42 | 0.32 | 0.20 | 345.88 | 0.45 | 0.63 |
| Hex | CB | 76 | 8A | 0 | 2A | 20 | 14 | 15A | 2D | 3F |
| Octal | 313 | 166 | 212 | 0 | 52 | 40 | 24 | 532 | 55 | 77 |
| Binary | 11001011 | 1110110 | 10001010 | 0 | 101010 | 100000 | 10100 | 101011010 | 101101 | 111111 |
Color Harmonies of #CB768A
Complementary color
Monochromatic Colors of #CB768A
Black with #CB768A
Text Example
Text Example
White with #CB768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB768A; }
p { color: rgb(203,118,138); }
H1.HeaderClassName
{
color: #CB768A;
}
.AnyTagClassName
{
color: #CB768A;
}
</style>
background-color css
<style>
a { background-color: #CB768A; }
a { background-color: rgb(203,118,138); }
div.DivClassName
{
background-color: #CB768A;
}
.BgClassName
{
background-color: #CB768A;
}
</style>
border-color css
<style>
span { border-color: #CB768A; }
span { border-color: rgb(203,118,138); }
td.TdClassName
{
border-color: #CB768A;
}
.TagClassName
{
border-color: #CB768A;
}
</style>