Shades of Charm #CB737B
Tints of Charm #CB737B
RGB
CMYK
RGB Variations
Color information
#CB737B (or 0xCB737B) is known color: Charm. HEX triplet: CB, 73 and 7B. RGB value is (203,115,123). Sum of RGB (Red+Green+Blue) = 203+115+123=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB737B is #348C84. Grayscale: #8E8E8E. Windows color (decimal): -3443845 or 8090571. OLE color: 8090571.
HSL color Cylindrical-coordinate representation of color #CB737B: hue angle of 354.55º 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 #CB737B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 123 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.20 |
| HSL | 354.55º | 0.46% | 0.62% | - |
| HSV(B) | 354.55º | 0.43% | 0.8% | - |
| XYZ | 34.33 | 26.39 | 22.02 | - |
| YUV | 142.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 123 | 0 | 0.43 | 0.39 | 0.20 | 354.55 | 0.46 | 0.62 |
| Hex | CB | 73 | 7B | 0 | 2B | 27 | 14 | 163 | 2E | 3E |
| Octal | 313 | 163 | 173 | 0 | 53 | 47 | 24 | 543 | 56 | 76 |
| Binary | 11001011 | 1110011 | 1111011 | 0 | 101011 | 100111 | 10100 | 101100011 | 101110 | 111110 |
Color Harmonies of #CB737B
Complementary color
Monochromatic Colors of #CB737B
Black with #CB737B
Text Example
Text Example
White with #CB737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB737B; }
p { color: rgb(203,115,123); }
H1.HeaderClassName
{
color: #CB737B;
}
.AnyTagClassName
{
color: #CB737B;
}
</style>
background-color css
<style>
a { background-color: #CB737B; }
a { background-color: rgb(203,115,123); }
div.DivClassName
{
background-color: #CB737B;
}
.BgClassName
{
background-color: #CB737B;
}
</style>
border-color css
<style>
span { border-color: #CB737B; }
span { border-color: rgb(203,115,123); }
td.TdClassName
{
border-color: #CB737B;
}
.TagClassName
{
border-color: #CB737B;
}
</style>