Shades of Charm #CB7381
Tints of Charm #CB7381
RGB
CMYK
RGB Variations
Color information
#CB7381 (or 0xCB7381) is known color: Charm. HEX triplet: CB, 73 and 81. RGB value is (203,115,129). Sum of RGB (Red+Green+Blue) = 203+115+129=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7381 is #348C7E. Grayscale: #8E8E8E. Windows color (decimal): -3443839 or 8483787. OLE color: 8483787.
HSL color Cylindrical-coordinate representation of color #CB7381: hue angle of 350.45º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7381 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 129 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.20 |
| HSL | 350.45º | 0.46% | 0.62% | - |
| HSV(B) | 350.45º | 0.43% | 0.8% | - |
| XYZ | 34.72 | 26.54 | 24.06 | - |
| YUV | 142.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 129 | 0 | 0.43 | 0.36 | 0.20 | 350.45 | 0.46 | 0.62 |
| Hex | CB | 73 | 81 | 0 | 2B | 24 | 14 | 15E | 2E | 3E |
| Octal | 313 | 163 | 201 | 0 | 53 | 44 | 24 | 536 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10000001 | 0 | 101011 | 100100 | 10100 | 101011110 | 101110 | 111110 |
Color Harmonies of #CB7381
Complementary color
Monochromatic Colors of #CB7381
Black with #CB7381
Text Example
Text Example
White with #CB7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7381; }
p { color: rgb(203,115,129); }
H1.HeaderClassName
{
color: #CB7381;
}
.AnyTagClassName
{
color: #CB7381;
}
</style>
background-color css
<style>
a { background-color: #CB7381; }
a { background-color: rgb(203,115,129); }
div.DivClassName
{
background-color: #CB7381;
}
.BgClassName
{
background-color: #CB7381;
}
</style>
border-color css
<style>
span { border-color: #CB7381; }
span { border-color: rgb(203,115,129); }
td.TdClassName
{
border-color: #CB7381;
}
.TagClassName
{
border-color: #CB7381;
}
</style>