Shades of Hopbush #CB669D
Tints of Hopbush #CB669D
RGB
CMYK
RGB Variations
Color information
#CB669D (or 0xCB669D) is known color: Hopbush. HEX triplet: CB, 66 and 9D. RGB value is (203,102,157). Sum of RGB (Red+Green+Blue) = 203+102+157=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CB669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB669D is #349962. Grayscale: #8A8A8A. Windows color (decimal): -3447139 or 10315467. OLE color: 10315467.
HSL color Cylindrical-coordinate representation of color #CB669D: hue angle of 327.33º 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 #CB669D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 102 | 157 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.20 |
| HSL | 327.33º | 0.49% | 0.6% | - |
| HSV(B) | 327.33º | 0.5% | 0.8% | - |
| XYZ | 35.47 | 24.63 | 34.78 | - |
| YUV | 138.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 157 | 0 | 0.50 | 0.23 | 0.20 | 327.33 | 0.49 | 0.6 |
| Hex | CB | 66 | 9D | 0 | 32 | 17 | 14 | 147 | 31 | 3C |
| Octal | 313 | 146 | 235 | 0 | 62 | 27 | 24 | 507 | 61 | 74 |
| Binary | 11001011 | 1100110 | 10011101 | 0 | 110010 | 10111 | 10100 | 101000111 | 110001 | 111100 |
Color Harmonies of #CB669D
Complementary color
Monochromatic Colors of #CB669D
Black with #CB669D
Text Example
Text Example
White with #CB669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB669D; }
p { color: rgb(203,102,157); }
H1.HeaderClassName
{
color: #CB669D;
}
.AnyTagClassName
{
color: #CB669D;
}
</style>
background-color css
<style>
a { background-color: #CB669D; }
a { background-color: rgb(203,102,157); }
div.DivClassName
{
background-color: #CB669D;
}
.BgClassName
{
background-color: #CB669D;
}
</style>
border-color css
<style>
span { border-color: #CB669D; }
span { border-color: rgb(203,102,157); }
td.TdClassName
{
border-color: #CB669D;
}
.TagClassName
{
border-color: #CB669D;
}
</style>