#C475AA

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

Shades of Hopbush #C475AA

Tints of Hopbush #C475AA

Color information

#C475AA (or 0xC475AA) is unknown color: approx Hopbush. HEX triplet: C4, 75 and AA. RGB value is (196,117,170). Sum of RGB (Red+Green+Blue) = 196+117+170=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C475AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475AA is #3B8A55. Grayscale: #929292. Windows color (decimal): -3902038 or 11171268. OLE color: 11171268.

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

Color convert

RGB196117170-
CMYK00.400.130.23
HSL319.75º40.1%61.37%-
HSV(B)319.75º40.31%76.86%-
XYZ36.3827.3641.39-
YUV146.66141.17163.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 117 (46.09% from 255) = 24.22%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=40.58%
G=24.22%
B=35.20%

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
Decimal19611717000.400.130.23319.7540.161.37
HexC475AA028D17140283d
Octal30416525205015275005075
Binary110001001110101101010100101000110110111101000000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475AA; }

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

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

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

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

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

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

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

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