#CC799A

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

Shades of Hopbush #CC799A

Tints of Hopbush #CC799A

Color information

#CC799A (or 0xCC799A) is unknown color: approx Hopbush. HEX triplet: CC, 79 and 9A. RGB value is (204,121,154). Sum of RGB (Red+Green+Blue) = 204+121+154=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC799A is #338665. Grayscale: #959595. Windows color (decimal): -3376742 or 10123724. OLE color: 10123724.

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

Color convert

RGB204121154-
CMYK00.410.250.2
HSL336.14º44.86%63.73%-
HSV(B)336.14º40.69%80%-
XYZ37.5728.8534.16-
YUV149.58130.5166.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.59%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=42.59%
G=25.26%
B=32.15%

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
Decimal20412115400.410.250.2336.1444.8663.73
HexCC799A02919141502d40
Octal314171232051312452055100
Binary11001100111100110011010010100111001101001010100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC799A; }

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

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

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

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

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

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

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

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