Shades of Charm #CB6C83
Tints of Charm #CB6C83
RGB
CMYK
RGB Variations
Color information
#CB6C83 (or 0xCB6C83) is known color: Charm. HEX triplet: CB, 6C and 83. RGB value is (203,108,131). Sum of RGB (Red+Green+Blue) = 203+108+131=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6C83 is #34937C. Grayscale: #8B8B8B. Windows color (decimal): -3445629 or 8613067. OLE color: 8613067.
HSL color Cylindrical-coordinate representation of color #CB6C83: hue angle of 345.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6C83 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 108 | 131 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.20 |
| HSL | 345.47º | 0.48% | 0.61% | - |
| HSV(B) | 345.47º | 0.47% | 0.8% | - |
| XYZ | 34.09 | 25.06 | 24.51 | - |
| YUV | 139.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 131 | 0 | 0.47 | 0.35 | 0.20 | 345.47 | 0.48 | 0.61 |
| Hex | CB | 6C | 83 | 0 | 2F | 23 | 14 | 159 | 30 | 3D |
| Octal | 313 | 154 | 203 | 0 | 57 | 43 | 24 | 531 | 60 | 75 |
| Binary | 11001011 | 1101100 | 10000011 | 0 | 101111 | 100011 | 10100 | 101011001 | 110000 | 111101 |
Color Harmonies of #CB6C83
Complementary color
Monochromatic Colors of #CB6C83
Black with #CB6C83
Text Example
Text Example
White with #CB6C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6C83; }
p { color: rgb(203,108,131); }
H1.HeaderClassName
{
color: #CB6C83;
}
.AnyTagClassName
{
color: #CB6C83;
}
</style>
background-color css
<style>
a { background-color: #CB6C83; }
a { background-color: rgb(203,108,131); }
div.DivClassName
{
background-color: #CB6C83;
}
.BgClassName
{
background-color: #CB6C83;
}
</style>
border-color css
<style>
span { border-color: #CB6C83; }
span { border-color: rgb(203,108,131); }
td.TdClassName
{
border-color: #CB6C83;
}
.TagClassName
{
border-color: #CB6C83;
}
</style>