Shades of Charm #CB787F
Tints of Charm #CB787F
RGB
CMYK
RGB Variations
Color information
#CB787F (or 0xCB787F) is known color: Charm. HEX triplet: CB, 78 and 7F. RGB value is (203,120,127). Sum of RGB (Red+Green+Blue) = 203+120+127=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB787F is #348780. Grayscale: #919191. Windows color (decimal): -3442561 or 8353995. OLE color: 8353995.
HSL color Cylindrical-coordinate representation of color #CB787F: hue angle of 354.94º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB787F is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 127 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.20 |
| HSL | 354.94º | 0.44% | 0.63% | - |
| HSV(B) | 354.94º | 0.41% | 0.8% | - |
| XYZ | 35.18 | 27.66 | 23.56 | - |
| YUV | 145.62 | 117.5 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 127 | 0 | 0.41 | 0.37 | 0.20 | 354.94 | 0.44 | 0.63 |
| Hex | CB | 78 | 7F | 0 | 29 | 25 | 14 | 163 | 2C | 3F |
| Octal | 313 | 170 | 177 | 0 | 51 | 45 | 24 | 543 | 54 | 77 |
| Binary | 11001011 | 1111000 | 1111111 | 0 | 101001 | 100101 | 10100 | 101100011 | 101100 | 111111 |
Color Harmonies of #CB787F
Complementary color
Monochromatic Colors of #CB787F
Black with #CB787F
Text Example
Text Example
White with #CB787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB787F; }
p { color: rgb(203,120,127); }
H1.HeaderClassName
{
color: #CB787F;
}
.AnyTagClassName
{
color: #CB787F;
}
</style>
background-color css
<style>
a { background-color: #CB787F; }
a { background-color: rgb(203,120,127); }
div.DivClassName
{
background-color: #CB787F;
}
.BgClassName
{
background-color: #CB787F;
}
</style>
border-color css
<style>
span { border-color: #CB787F; }
span { border-color: rgb(203,120,127); }
td.TdClassName
{
border-color: #CB787F;
}
.TagClassName
{
border-color: #CB787F;
}
</style>