Shades of Charm #CB738C
Tints of Charm #CB738C
RGB
CMYK
RGB Variations
Color information
#CB738C (or 0xCB738C) is known color: Charm. HEX triplet: CB, 73 and 8C. RGB value is (203,115,140). Sum of RGB (Red+Green+Blue) = 203+115+140=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CB738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB738C is #348C73. Grayscale: #909090. Windows color (decimal): -3443828 or 9204683. OLE color: 9204683.
HSL color Cylindrical-coordinate representation of color #CB738C: hue angle of 342.95º 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 #CB738C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 140 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.20 |
| HSL | 342.95º | 0.46% | 0.62% | - |
| HSV(B) | 342.95º | 0.43% | 0.8% | - |
| XYZ | 35.49 | 26.85 | 28.12 | - |
| YUV | 144.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 140 | 0 | 0.43 | 0.31 | 0.20 | 342.95 | 0.46 | 0.62 |
| Hex | CB | 73 | 8C | 0 | 2B | 1F | 14 | 157 | 2E | 3E |
| Octal | 313 | 163 | 214 | 0 | 53 | 37 | 24 | 527 | 56 | 76 |
| Binary | 11001011 | 1110011 | 10001100 | 0 | 101011 | 11111 | 10100 | 101010111 | 101110 | 111110 |
Color Harmonies of #CB738C
Complementary color
Monochromatic Colors of #CB738C
Black with #CB738C
Text Example
Text Example
White with #CB738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB738C; }
p { color: rgb(203,115,140); }
H1.HeaderClassName
{
color: #CB738C;
}
.AnyTagClassName
{
color: #CB738C;
}
</style>
background-color css
<style>
a { background-color: #CB738C; }
a { background-color: rgb(203,115,140); }
div.DivClassName
{
background-color: #CB738C;
}
.BgClassName
{
background-color: #CB738C;
}
</style>
border-color css
<style>
span { border-color: #CB738C; }
span { border-color: rgb(203,115,140); }
td.TdClassName
{
border-color: #CB738C;
}
.TagClassName
{
border-color: #CB738C;
}
</style>