Shades of Charm #CB6978
Tints of Charm #CB6978
RGB
CMYK
RGB Variations
Color information
#CB6978 (or 0xCB6978) is known color: Charm. HEX triplet: CB, 69 and 78. RGB value is (203,105,120). Sum of RGB (Red+Green+Blue) = 203+105+120=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6978 is #349687. Grayscale: #888888. Windows color (decimal): -3446408 or 7891403. OLE color: 7891403.
HSL color Cylindrical-coordinate representation of color #CB6978: hue angle of 350.82º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB6978 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 120 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.20 |
| HSL | 350.82º | 0.49% | 0.6% | - |
| HSV(B) | 350.82º | 0.48% | 0.8% | - |
| XYZ | 33.07 | 24.16 | 20.69 | - |
| YUV | 136.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 120 | 0 | 0.48 | 0.41 | 0.20 | 350.82 | 0.49 | 0.6 |
| Hex | CB | 69 | 78 | 0 | 30 | 29 | 14 | 15F | 31 | 3C |
| Octal | 313 | 151 | 170 | 0 | 60 | 51 | 24 | 537 | 61 | 74 |
| Binary | 11001011 | 1101001 | 1111000 | 0 | 110000 | 101001 | 10100 | 101011111 | 110001 | 111100 |
Color Harmonies of #CB6978
Complementary color
Monochromatic Colors of #CB6978
Black with #CB6978
Text Example
Text Example
White with #CB6978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6978; }
p { color: rgb(203,105,120); }
H1.HeaderClassName
{
color: #CB6978;
}
.AnyTagClassName
{
color: #CB6978;
}
</style>
background-color css
<style>
a { background-color: #CB6978; }
a { background-color: rgb(203,105,120); }
div.DivClassName
{
background-color: #CB6978;
}
.BgClassName
{
background-color: #CB6978;
}
</style>
border-color css
<style>
span { border-color: #CB6978; }
span { border-color: rgb(203,105,120); }
td.TdClassName
{
border-color: #CB6978;
}
.TagClassName
{
border-color: #CB6978;
}
</style>