Shades of Hopbush #CC5DA2
Tints of Hopbush #CC5DA2
RGB
CMYK
RGB Variations
Color information
#CC5DA2 (or 0xCC5DA2) is known color: Hopbush. HEX triplet: CC, 5D and A2. RGB value is (204,93,162). Sum of RGB (Red+Green+Blue) = 204+93+162=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DA2 is #33A25D. Grayscale: #858585. Windows color (decimal): -3383902 or 10640844. OLE color: 10640844.
HSL color Cylindrical-coordinate representation of color #CC5DA2: hue angle of 322.7º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DA2 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 93 | 162 | - |
CMYK | 0 | 0.54 | 0.21 | 0.2 |
HSL | 322.7º | 0.52% | 0.58% | - |
HSV(B) | 322.7º | 0.54% | 0.8% | - |
XYZ | 35.34 | 23.27 | 36.81 | - |
YUV | 134.06 | 143.77 | 177.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 93 | 162 | 0 | 0.54 | 0.21 | 0.2 | 322.7 | 0.52 | 0.58 |
Hex | CC | 5D | A2 | 0 | 36 | 15 | 14 | 143 | 34 | 3A |
Octal | 314 | 135 | 242 | 0 | 66 | 25 | 24 | 503 | 64 | 72 |
Binary | 11001100 | 1011101 | 10100010 | 0 | 110110 | 10101 | 10100 | 101000011 | 110100 | 111010 |
Color Harmonies of #CC5DA2
Complementary color
Monochromatic Colors of #CC5DA2
Black with #CC5DA2
Text Example
Text Example
White with #CC5DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DA2; }
p { color: rgb(204,93,162); }
H1.HeaderClassName
{
color: #CC5DA2;
}
.AnyTagClassName
{
color: #CC5DA2;
}
</style>
background-color css
<style>
a { background-color: #CC5DA2; }
a { background-color: rgb(204,93,162); }
div.DivClassName
{
background-color: #CC5DA2;
}
.BgClassName
{
background-color: #CC5DA2;
}
</style>
border-color css
<style>
span { border-color: #CC5DA2; }
span { border-color: rgb(204,93,162); }
td.TdClassName
{
border-color: #CC5DA2;
}
.TagClassName
{
border-color: #CC5DA2;
}
</style>