Shades of Hopbush #CC6B8A
Tints of Hopbush #CC6B8A
RGB
CMYK
RGB Variations
Color information
#CC6B8A (or 0xCC6B8A) is known color: Hopbush. HEX triplet: CC, 6B and 8A. RGB value is (204,107,138). Sum of RGB (Red+Green+Blue) = 204+107+138=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6B8A is #339475. Grayscale: #8B8B8B. Windows color (decimal): -3380342 or 9071564. OLE color: 9071564.
HSL color Cylindrical-coordinate representation of color #CC6B8A: hue angle of 340.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6B8A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 107 | 138 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.2 |
| HSL | 340.82º | 0.49% | 0.61% | - |
| HSV(B) | 340.82º | 0.48% | 0.8% | - |
| XYZ | 34.75 | 25.19 | 27.08 | - |
| YUV | 139.54 | 127.14 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 107 | 138 | 0 | 0.48 | 0.32 | 0.2 | 340.82 | 0.49 | 0.61 |
| Hex | CC | 6B | 8A | 0 | 30 | 20 | 14 | 155 | 31 | 3D |
| Octal | 314 | 153 | 212 | 0 | 60 | 40 | 24 | 525 | 61 | 75 |
| Binary | 11001100 | 1101011 | 10001010 | 0 | 110000 | 100000 | 10100 | 101010101 | 110001 | 111101 |
Color Harmonies of #CC6B8A
Complementary color
Monochromatic Colors of #CC6B8A
Black with #CC6B8A
Text Example
Text Example
White with #CC6B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6B8A; }
p { color: rgb(204,107,138); }
H1.HeaderClassName
{
color: #CC6B8A;
}
.AnyTagClassName
{
color: #CC6B8A;
}
</style>
background-color css
<style>
a { background-color: #CC6B8A; }
a { background-color: rgb(204,107,138); }
div.DivClassName
{
background-color: #CC6B8A;
}
.BgClassName
{
background-color: #CC6B8A;
}
</style>
border-color css
<style>
span { border-color: #CC6B8A; }
span { border-color: rgb(204,107,138); }
td.TdClassName
{
border-color: #CC6B8A;
}
.TagClassName
{
border-color: #CC6B8A;
}
</style>