Shades of Hopbush #CB6183
Tints of Hopbush #CB6183
RGB
CMYK
RGB Variations
Color information
#CB6183 (or 0xCB6183) is known color: Hopbush. HEX triplet: CB, 61 and 83. RGB value is (203,97,131). Sum of RGB (Red+Green+Blue) = 203+97+131=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6183 is #349E7C. Grayscale: #848484. Windows color (decimal): -3448445 or 8610251. OLE color: 8610251.
HSL color Cylindrical-coordinate representation of color #CB6183: hue angle of 340.75º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6183 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 131 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.20 |
| HSL | 340.75º | 0.5% | 0.59% | - |
| HSV(B) | 340.75º | 0.52% | 0.8% | - |
| XYZ | 33 | 22.88 | 24.15 | - |
| YUV | 132.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 131 | 0 | 0.52 | 0.35 | 0.20 | 340.75 | 0.5 | 0.59 |
| Hex | CB | 61 | 83 | 0 | 34 | 23 | 14 | 155 | 32 | 3B |
| Octal | 313 | 141 | 203 | 0 | 64 | 43 | 24 | 525 | 62 | 73 |
| Binary | 11001011 | 1100001 | 10000011 | 0 | 110100 | 100011 | 10100 | 101010101 | 110010 | 111011 |
Color Harmonies of #CB6183
Complementary color
Monochromatic Colors of #CB6183
Black with #CB6183
Text Example
Text Example
White with #CB6183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6183; }
p { color: rgb(203,97,131); }
H1.HeaderClassName
{
color: #CB6183;
}
.AnyTagClassName
{
color: #CB6183;
}
</style>
background-color css
<style>
a { background-color: #CB6183; }
a { background-color: rgb(203,97,131); }
div.DivClassName
{
background-color: #CB6183;
}
.BgClassName
{
background-color: #CB6183;
}
</style>
border-color css
<style>
span { border-color: #CB6183; }
span { border-color: rgb(203,97,131); }
td.TdClassName
{
border-color: #CB6183;
}
.TagClassName
{
border-color: #CB6183;
}
</style>