Shades of Charm #CB6779
Tints of Charm #CB6779
RGB
CMYK
RGB Variations
Color information
#CB6779 (or 0xCB6779) is known color: Charm. HEX triplet: CB, 67 and 79. RGB value is (203,103,121). Sum of RGB (Red+Green+Blue) = 203+103+121=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6779 is #349886. Grayscale: #868686. Windows color (decimal): -3446919 or 7956427. OLE color: 7956427.
HSL color Cylindrical-coordinate representation of color #CB6779: hue angle of 349.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6779 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 121 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.20 |
| HSL | 349.2º | 0.49% | 0.6% | - |
| HSV(B) | 349.2º | 0.49% | 0.8% | - |
| XYZ | 32.93 | 23.78 | 20.94 | - |
| YUV | 134.95 | 120.13 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 121 | 0 | 0.49 | 0.40 | 0.20 | 349.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 79 | 0 | 31 | 28 | 14 | 15D | 31 | 3C |
| Octal | 313 | 147 | 171 | 0 | 61 | 50 | 24 | 535 | 61 | 74 |
| Binary | 11001011 | 1100111 | 1111001 | 0 | 110001 | 101000 | 10100 | 101011101 | 110001 | 111100 |
Color Harmonies of #CB6779
Complementary color
Monochromatic Colors of #CB6779
Black with #CB6779
Text Example
Text Example
White with #CB6779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6779; }
p { color: rgb(203,103,121); }
H1.HeaderClassName
{
color: #CB6779;
}
.AnyTagClassName
{
color: #CB6779;
}
</style>
background-color css
<style>
a { background-color: #CB6779; }
a { background-color: rgb(203,103,121); }
div.DivClassName
{
background-color: #CB6779;
}
.BgClassName
{
background-color: #CB6779;
}
</style>
border-color css
<style>
span { border-color: #CB6779; }
span { border-color: rgb(203,103,121); }
td.TdClassName
{
border-color: #CB6779;
}
.TagClassName
{
border-color: #CB6779;
}
</style>