Shades of Hopbush #CC699B
Tints of Hopbush #CC699B
RGB
CMYK
RGB Variations
Color information
#CC699B (or 0xCC699B) is known color: Hopbush. HEX triplet: CC, 69 and 9B. RGB value is (204,105,155). Sum of RGB (Red+Green+Blue) = 204+105+155=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CC699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC699B is #339664. Grayscale: #8C8C8C. Windows color (decimal): -3380837 or 10185164. OLE color: 10185164.
HSL color Cylindrical-coordinate representation of color #CC699B: hue angle of 329.7º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC699B is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 155 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.2 |
| HSL | 329.7º | 0.49% | 0.61% | - |
| HSV(B) | 329.7º | 0.49% | 0.8% | - |
| XYZ | 35.87 | 25.31 | 34 | - |
| YUV | 140.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 155 | 0 | 0.49 | 0.24 | 0.2 | 329.7 | 0.49 | 0.61 |
| Hex | CC | 69 | 9B | 0 | 31 | 18 | 14 | 14A | 31 | 3D |
| Octal | 314 | 151 | 233 | 0 | 61 | 30 | 24 | 512 | 61 | 75 |
| Binary | 11001100 | 1101001 | 10011011 | 0 | 110001 | 11000 | 10100 | 101001010 | 110001 | 111101 |
Color Harmonies of #CC699B
Complementary color
Monochromatic Colors of #CC699B
Black with #CC699B
Text Example
Text Example
White with #CC699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC699B; }
p { color: rgb(204,105,155); }
H1.HeaderClassName
{
color: #CC699B;
}
.AnyTagClassName
{
color: #CC699B;
}
</style>
background-color css
<style>
a { background-color: #CC699B; }
a { background-color: rgb(204,105,155); }
div.DivClassName
{
background-color: #CC699B;
}
.BgClassName
{
background-color: #CC699B;
}
</style>
border-color css
<style>
span { border-color: #CC699B; }
span { border-color: rgb(204,105,155); }
td.TdClassName
{
border-color: #CC699B;
}
.TagClassName
{
border-color: #CC699B;
}
</style>