#C474AA

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

Shades of Hopbush #C474AA

Tints of Hopbush #C474AA

Color information

#C474AA (or 0xC474AA) is unknown color: approx Hopbush. HEX triplet: C4, 74 and AA. RGB value is (196,116,170). Sum of RGB (Red+Green+Blue) = 196+116+170=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C474AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474AA is #3B8B55. Grayscale: #919191. Windows color (decimal): -3902294 or 11171012. OLE color: 11171012.

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

Color convert

RGB196116170-
CMYK00.410.130.23
HSL319.5º40.4%61.18%-
HSV(B)319.5º40.82%76.86%-
XYZ36.2727.1341.36-
YUV146.08141.5163.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=40.66%
G=24.07%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611617000.410.130.23319.540.461.18
HexC474AA029D17140283d
Octal30416425205115275005075
Binary110001001110100101010100101001110110111101000000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C474AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C474AA; }

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

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

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

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

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

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

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

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