#CC7999

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

Shades of Hopbush #CC7999

Tints of Hopbush #CC7999

Color information

#CC7999 (or 0xCC7999) is unknown color: approx Hopbush. HEX triplet: CC, 79 and 99. RGB value is (204,121,153). Sum of RGB (Red+Green+Blue) = 204+121+153=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7999 is #338666. Grayscale: #959595. Windows color (decimal): -3376743 or 10058188. OLE color: 10058188.

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

Color convert

RGB204121153-
CMYK00.410.250.2
HSL336.87º44.86%63.73%-
HSV(B)336.87º40.69%80%-
XYZ37.4928.8133.72-
YUV149.46130166.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.68%
GREEN value IS 121 (47.66% from 255) = 25.31%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=42.68%
G=25.31%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412115300.410.250.2336.8744.8663.73
HexCC799902919141512d40
Octal314171231051312452155100
Binary11001100111100110011001010100111001101001010100011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7999; }

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

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

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

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

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

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

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

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