#C476AA

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

Shades of Hopbush #C476AA

Tints of Hopbush #C476AA

Color information

#C476AA (or 0xC476AA) is unknown color: approx Hopbush. HEX triplet: C4, 76 and AA. RGB value is (196,118,170). Sum of RGB (Red+Green+Blue) = 196+118+170=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C476AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476AA is #3B8955. Grayscale: #939393. Windows color (decimal): -3901782 or 11171524. OLE color: 11171524.

HSL color Cylindrical-coordinate representation of color #C476AA: hue angle of 320º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476AA is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196118170-
CMYK00.400.130.23
HSL320º39.8%61.57%-
HSV(B)320º39.8%76.86%-
XYZ36.527.5941.43-
YUV147.25140.84162.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 118 (46.48% from 255) = 24.38%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=40.50%
G=24.38%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611817000.400.130.2332039.861.57
HexC476AA028D17140283e
Octal30416625205015275005076
Binary110001001110110101010100101000110110111101000000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476AA; }

 p { color: rgb(196,118,170); }

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

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

 a { background-color: rgb(196,118,170); }

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

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

 span { border-color: rgb(196,118,170); }

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