#CC799C

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

Shades of Hopbush #CC799C

Tints of Hopbush #CC799C

Color information

#CC799C (or 0xCC799C) is unknown color: approx Hopbush. HEX triplet: CC, 79 and 9C. RGB value is (204,121,156). Sum of RGB (Red+Green+Blue) = 204+121+156=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC799C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC799C is #338663. Grayscale: #959595. Windows color (decimal): -3376740 or 10254796. OLE color: 10254796.

HSL color Cylindrical-coordinate representation of color #CC799C: hue angle of 334.7º 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 #CC799C is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204121156-
CMYK00.410.240.2
HSL334.7º44.86%63.73%-
HSV(B)334.7º40.69%80%-
XYZ37.7428.9135.04-
YUV149.81131.5166.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=42.41%
G=25.16%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412115600.410.240.2334.744.8663.73
HexCC799C029181414f2d40
Octal314171234051302451755100
Binary11001100111100110011100010100111000101001010011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC799C; }

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

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

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

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

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

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

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

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