#CC79AF

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

Shades of Hopbush #CC79AF

Tints of Hopbush #CC79AF

Color information

#CC79AF (or 0xCC79AF) is unknown color: approx Hopbush. HEX triplet: CC, 79 and AF. RGB value is (204,121,175). Sum of RGB (Red+Green+Blue) = 204+121+175=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC79AF is #338650. Grayscale: #979797. Windows color (decimal): -3376721 or 11499980. OLE color: 11499980.

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

Color convert

RGB204121175-
CMYK00.410.140.2
HSL320.96º44.86%63.73%-
HSV(B)320.96º40.69%80%-
XYZ39.4829.6144.19-
YUV151.97141165.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 121 (47.66% from 255) = 24.2%
BLUE value IS 175 (68.75% from 255) = 35%
R=40.8%
G=24.2%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412117500.410.140.2320.9644.8663.73
HexCC79AF029E141412d40
Octal314171257051162450155100
Binary1100110011110011010111101010011110101001010000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79AF; }

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

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

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

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

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

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

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

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