Shades of Hopbush #CB68A4
Tints of Hopbush #CB68A4
RGB
CMYK
RGB Variations
Color information
#CB68A4 (or 0xCB68A4) is known color: Hopbush. HEX triplet: CB, 68 and A4. RGB value is (203,104,164). Sum of RGB (Red+Green+Blue) = 203+104+164=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB68A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB68A4 is #34975B. Grayscale: #8C8C8C. Windows color (decimal): -3446620 or 10774731. OLE color: 10774731.
HSL color Cylindrical-coordinate representation of color #CB68A4: hue angle of 323.64º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB68A4 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 164 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.20 |
| HSL | 323.64º | 0.49% | 0.6% | - |
| HSV(B) | 323.64º | 0.49% | 0.8% | - |
| XYZ | 36.28 | 25.28 | 38.09 | - |
| YUV | 140.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 164 | 0 | 0.49 | 0.19 | 0.20 | 323.64 | 0.49 | 0.6 |
| Hex | CB | 68 | A4 | 0 | 31 | 13 | 14 | 144 | 31 | 3C |
| Octal | 313 | 150 | 244 | 0 | 61 | 23 | 24 | 504 | 61 | 74 |
| Binary | 11001011 | 1101000 | 10100100 | 0 | 110001 | 10011 | 10100 | 101000100 | 110001 | 111100 |
Color Harmonies of #CB68A4
Complementary color
Monochromatic Colors of #CB68A4
Black with #CB68A4
Text Example
Text Example
White with #CB68A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68A4; }
p { color: rgb(203,104,164); }
H1.HeaderClassName
{
color: #CB68A4;
}
.AnyTagClassName
{
color: #CB68A4;
}
</style>
background-color css
<style>
a { background-color: #CB68A4; }
a { background-color: rgb(203,104,164); }
div.DivClassName
{
background-color: #CB68A4;
}
.BgClassName
{
background-color: #CB68A4;
}
</style>
border-color css
<style>
span { border-color: #CB68A4; }
span { border-color: rgb(203,104,164); }
td.TdClassName
{
border-color: #CB68A4;
}
.TagClassName
{
border-color: #CB68A4;
}
</style>