Shades of Hopbush #CB69A5
Tints of Hopbush #CB69A5
RGB
CMYK
RGB Variations
Color information
#CB69A5 (or 0xCB69A5) is known color: Hopbush. HEX triplet: CB, 69 and A5. RGB value is (203,105,165). Sum of RGB (Red+Green+Blue) = 203+105+165=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 165 (64.84% from 255 or 34.88% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB69A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB69A5 is #34965A. Grayscale: #8D8D8D. Windows color (decimal): -3446363 or 10840523. OLE color: 10840523.
HSL color Cylindrical-coordinate representation of color #CB69A5: hue angle of 323.27º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB69A5 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 105 | 165 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.20 |
| HSL | 323.27º | 0.49% | 0.6% | - |
| HSV(B) | 323.27º | 0.48% | 0.8% | - |
| XYZ | 36.47 | 25.52 | 38.6 | - |
| YUV | 141.14 | 141.47 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 165 | 0 | 0.48 | 0.19 | 0.20 | 323.27 | 0.49 | 0.6 |
| Hex | CB | 69 | A5 | 0 | 30 | 13 | 14 | 143 | 31 | 3C |
| Octal | 313 | 151 | 245 | 0 | 60 | 23 | 24 | 503 | 61 | 74 |
| Binary | 11001011 | 1101001 | 10100101 | 0 | 110000 | 10011 | 10100 | 101000011 | 110001 | 111100 |
Color Harmonies of #CB69A5
Complementary color
Monochromatic Colors of #CB69A5
Black with #CB69A5
Text Example
Text Example
White with #CB69A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69A5; }
p { color: rgb(203,105,165); }
H1.HeaderClassName
{
color: #CB69A5;
}
.AnyTagClassName
{
color: #CB69A5;
}
</style>
background-color css
<style>
a { background-color: #CB69A5; }
a { background-color: rgb(203,105,165); }
div.DivClassName
{
background-color: #CB69A5;
}
.BgClassName
{
background-color: #CB69A5;
}
</style>
border-color css
<style>
span { border-color: #CB69A5; }
span { border-color: rgb(203,105,165); }
td.TdClassName
{
border-color: #CB69A5;
}
.TagClassName
{
border-color: #CB69A5;
}
</style>