Shades of Charm #CB6683
Tints of Charm #CB6683
RGB
CMYK
RGB Variations
Color information
#CB6683 (or 0xCB6683) is known color: Charm. HEX triplet: CB, 66 and 83. RGB value is (203,102,131). Sum of RGB (Red+Green+Blue) = 203+102+131=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6683 is #34997C. Grayscale: #878787. Windows color (decimal): -3447165 or 8611531. OLE color: 8611531.
HSL color Cylindrical-coordinate representation of color #CB6683: hue angle of 342.77º degrees, saturation: 0.49, 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 #CB6683 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 131 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.20 |
| HSL | 342.77º | 0.49% | 0.6% | - |
| HSV(B) | 342.77º | 0.5% | 0.8% | - |
| XYZ | 33.48 | 23.84 | 24.31 | - |
| YUV | 135.51 | 125.46 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 131 | 0 | 0.50 | 0.35 | 0.20 | 342.77 | 0.49 | 0.6 |
| Hex | CB | 66 | 83 | 0 | 32 | 23 | 14 | 157 | 31 | 3C |
| Octal | 313 | 146 | 203 | 0 | 62 | 43 | 24 | 527 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10000011 | 0 | 110010 | 100011 | 10100 | 101010111 | 110001 | 111100 |
Color Harmonies of #CB6683
Complementary color
Monochromatic Colors of #CB6683
Black with #CB6683
Text Example
Text Example
White with #CB6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6683; }
p { color: rgb(203,102,131); }
H1.HeaderClassName
{
color: #CB6683;
}
.AnyTagClassName
{
color: #CB6683;
}
</style>
background-color css
<style>
a { background-color: #CB6683; }
a { background-color: rgb(203,102,131); }
div.DivClassName
{
background-color: #CB6683;
}
.BgClassName
{
background-color: #CB6683;
}
</style>
border-color css
<style>
span { border-color: #CB6683; }
span { border-color: rgb(203,102,131); }
td.TdClassName
{
border-color: #CB6683;
}
.TagClassName
{
border-color: #CB6683;
}
</style>