Shades of Charm #CB6D85
Tints of Charm #CB6D85
RGB
CMYK
RGB Variations
Color information
#CB6D85 (or 0xCB6D85) is known color: Charm. HEX triplet: CB, 6D and 85. RGB value is (203,109,133). Sum of RGB (Red+Green+Blue) = 203+109+133=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6D85 is #34927A. Grayscale: #8B8B8B. Windows color (decimal): -3445371 or 8744395. OLE color: 8744395.
HSL color Cylindrical-coordinate representation of color #CB6D85: hue angle of 344.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB6D85 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 109 | 133 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.20 |
| HSL | 344.68º | 0.47% | 0.61% | - |
| HSV(B) | 344.68º | 0.46% | 0.8% | - |
| XYZ | 34.33 | 25.33 | 25.27 | - |
| YUV | 139.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 109 | 133 | 0 | 0.46 | 0.34 | 0.20 | 344.68 | 0.47 | 0.61 |
| Hex | CB | 6D | 85 | 0 | 2E | 22 | 14 | 159 | 2F | 3D |
| Octal | 313 | 155 | 205 | 0 | 56 | 42 | 24 | 531 | 57 | 75 |
| Binary | 11001011 | 1101101 | 10000101 | 0 | 101110 | 100010 | 10100 | 101011001 | 101111 | 111101 |
Color Harmonies of #CB6D85
Complementary color
Monochromatic Colors of #CB6D85
Black with #CB6D85
Text Example
Text Example
White with #CB6D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6D85; }
p { color: rgb(203,109,133); }
H1.HeaderClassName
{
color: #CB6D85;
}
.AnyTagClassName
{
color: #CB6D85;
}
</style>
background-color css
<style>
a { background-color: #CB6D85; }
a { background-color: rgb(203,109,133); }
div.DivClassName
{
background-color: #CB6D85;
}
.BgClassName
{
background-color: #CB6D85;
}
</style>
border-color css
<style>
span { border-color: #CB6D85; }
span { border-color: rgb(203,109,133); }
td.TdClassName
{
border-color: #CB6D85;
}
.TagClassName
{
border-color: #CB6D85;
}
</style>