Shades of Charm #CB6783
Tints of Charm #CB6783
RGB
CMYK
RGB Variations
Color information
#CB6783 (or 0xCB6783) is known color: Charm. HEX triplet: CB, 67 and 83. RGB value is (203,103,131). Sum of RGB (Red+Green+Blue) = 203+103+131=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6783 is #34987C. Grayscale: #888888. Windows color (decimal): -3446909 or 8611787. OLE color: 8611787.
HSL color Cylindrical-coordinate representation of color #CB6783: hue angle of 343.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 #CB6783 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 103 | 131 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.20 |
| HSL | 343.2º | 0.49% | 0.6% | - |
| HSV(B) | 343.2º | 0.49% | 0.8% | - |
| XYZ | 33.58 | 24.04 | 24.34 | - |
| YUV | 136.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 103 | 131 | 0 | 0.49 | 0.35 | 0.20 | 343.2 | 0.49 | 0.6 |
| Hex | CB | 67 | 83 | 0 | 31 | 23 | 14 | 157 | 31 | 3C |
| Octal | 313 | 147 | 203 | 0 | 61 | 43 | 24 | 527 | 61 | 74 |
| Binary | 11001011 | 1100111 | 10000011 | 0 | 110001 | 100011 | 10100 | 101010111 | 110001 | 111100 |
Color Harmonies of #CB6783
Complementary color
Monochromatic Colors of #CB6783
Black with #CB6783
Text Example
Text Example
White with #CB6783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6783; }
p { color: rgb(203,103,131); }
H1.HeaderClassName
{
color: #CB6783;
}
.AnyTagClassName
{
color: #CB6783;
}
</style>
background-color css
<style>
a { background-color: #CB6783; }
a { background-color: rgb(203,103,131); }
div.DivClassName
{
background-color: #CB6783;
}
.BgClassName
{
background-color: #CB6783;
}
</style>
border-color css
<style>
span { border-color: #CB6783; }
span { border-color: rgb(203,103,131); }
td.TdClassName
{
border-color: #CB6783;
}
.TagClassName
{
border-color: #CB6783;
}
</style>