Shades of Charm #CB6583
Tints of Charm #CB6583
RGB
CMYK
RGB Variations
Color information
#CB6583 (or 0xCB6583) is known color: Charm. HEX triplet: CB, 65 and 83. RGB value is (203,101,131). Sum of RGB (Red+Green+Blue) = 203+101+131=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6583 is #349A7C. Grayscale: #868686. Windows color (decimal): -3447421 or 8611275. OLE color: 8611275.
HSL color Cylindrical-coordinate representation of color #CB6583: hue angle of 342.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6583 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 131 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.20 |
| HSL | 342.35º | 0.5% | 0.6% | - |
| HSV(B) | 342.35º | 0.5% | 0.8% | - |
| XYZ | 33.38 | 23.64 | 24.28 | - |
| YUV | 134.92 | 125.79 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 131 | 0 | 0.50 | 0.35 | 0.20 | 342.35 | 0.5 | 0.6 |
| Hex | CB | 65 | 83 | 0 | 32 | 23 | 14 | 156 | 32 | 3C |
| Octal | 313 | 145 | 203 | 0 | 62 | 43 | 24 | 526 | 62 | 74 |
| Binary | 11001011 | 1100101 | 10000011 | 0 | 110010 | 100011 | 10100 | 101010110 | 110010 | 111100 |
Color Harmonies of #CB6583
Complementary color
Monochromatic Colors of #CB6583
Black with #CB6583
Text Example
Text Example
White with #CB6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6583; }
p { color: rgb(203,101,131); }
H1.HeaderClassName
{
color: #CB6583;
}
.AnyTagClassName
{
color: #CB6583;
}
</style>
background-color css
<style>
a { background-color: #CB6583; }
a { background-color: rgb(203,101,131); }
div.DivClassName
{
background-color: #CB6583;
}
.BgClassName
{
background-color: #CB6583;
}
</style>
border-color css
<style>
span { border-color: #CB6583; }
span { border-color: rgb(203,101,131); }
td.TdClassName
{
border-color: #CB6583;
}
.TagClassName
{
border-color: #CB6583;
}
</style>