Shades of Charm #CB7181
Tints of Charm #CB7181
RGB
CMYK
RGB Variations
Color information
#CB7181 (or 0xCB7181) is known color: Charm. HEX triplet: CB, 71 and 81. RGB value is (203,113,129). Sum of RGB (Red+Green+Blue) = 203+113+129=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7181 is #348E7E. Grayscale: #8D8D8D. Windows color (decimal): -3444351 or 8483275. OLE color: 8483275.
HSL color Cylindrical-coordinate representation of color #CB7181: hue angle of 349.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7181 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 129 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.20 |
| HSL | 349.33º | 0.46% | 0.62% | - |
| HSV(B) | 349.33º | 0.44% | 0.8% | - |
| XYZ | 34.5 | 26.09 | 23.99 | - |
| YUV | 141.73 | 120.82 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 129 | 0 | 0.44 | 0.36 | 0.20 | 349.33 | 0.46 | 0.62 |
| Hex | CB | 71 | 81 | 0 | 2C | 24 | 14 | 15D | 2E | 3E |
| Octal | 313 | 161 | 201 | 0 | 54 | 44 | 24 | 535 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10000001 | 0 | 101100 | 100100 | 10100 | 101011101 | 101110 | 111110 |
Color Harmonies of #CB7181
Complementary color
Monochromatic Colors of #CB7181
Black with #CB7181
Text Example
Text Example
White with #CB7181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7181; }
p { color: rgb(203,113,129); }
H1.HeaderClassName
{
color: #CB7181;
}
.AnyTagClassName
{
color: #CB7181;
}
</style>
background-color css
<style>
a { background-color: #CB7181; }
a { background-color: rgb(203,113,129); }
div.DivClassName
{
background-color: #CB7181;
}
.BgClassName
{
background-color: #CB7181;
}
</style>
border-color css
<style>
span { border-color: #CB7181; }
span { border-color: rgb(203,113,129); }
td.TdClassName
{
border-color: #CB7181;
}
.TagClassName
{
border-color: #CB7181;
}
</style>