#CC6E99

Color #CC6E99 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CC6E99

Tints of Hopbush #CC6E99

Color information

#CC6E99 (or 0xCC6E99) is unknown color: approx Hopbush. HEX triplet: CC, 6E and 99. RGB value is (204,110,153). Sum of RGB (Red+Green+Blue) = 204+110+153=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6E99 is #339166. Grayscale: #8E8E8E. Windows color (decimal): -3379559 or 10055372. OLE color: 10055372.

HSL color Cylindrical-coordinate representation of color #CC6E99: hue angle of 332.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC6E99 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204110153-
CMYK00.460.250.2
HSL332.55º47.96%61.57%-
HSV(B)332.55º46.08%80%-
XYZ36.2326.2933.3-
YUV143.01133.64171.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 153 (60.16% from 255) = 32.76%
R=43.68%
G=23.55%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411015300.460.250.2332.5547.9661.57
HexCC6E9902E191414d303e
Octal31415623105631245156076
Binary1100110011011101001100101011101100110100101001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E99; }

 p { color: rgb(204,110,153); }

 H1.HeaderClassName
 {
   color: #CC6E99;
 }
 .AnyTagClassName
 {
   color: #CC6E99;
 }
</style>
background-color css

<style>
 a { background-color: #CC6E99; }

 a { background-color: rgb(204,110,153); }

 div.DivClassName
 {
   background-color: #CC6E99;
 }
 .BgClassName
 {
   background-color: #CC6E99;
 }
</style>
border-color css

<style>
 span { border-color: #CC6E99; }

 span { border-color: rgb(204,110,153); }

 td.TdClassName
 {
   border-color: #CC6E99;
 }
 .TagClassName
 {
   border-color: #CC6E99;
 }
</style>