#C476A8

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

Shades of Hopbush #C476A8

Tints of Hopbush #C476A8

Color information

#C476A8 (or 0xC476A8) is unknown color: approx Hopbush. HEX triplet: C4, 76 and A8. RGB value is (196,118,168). Sum of RGB (Red+Green+Blue) = 196+118+168=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C476A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476A8 is #3B8957. Grayscale: #929292. Windows color (decimal): -3901784 or 11040452. OLE color: 11040452.

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

Color convert

RGB196118168-
CMYK00.400.140.23
HSL321.54º39.8%61.57%-
HSV(B)321.54º39.8%76.86%-
XYZ36.3127.5240.44-
YUV147.02139.84162.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=40.66%
G=24.48%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611816800.400.140.23321.5439.861.57
HexC476A8028E17142283e
Octal30416625005016275025076
Binary110001001110110101010000101000111010111101000010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C476A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C476A8; }

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

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

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

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

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

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

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

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