#C475A6

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

Shades of Hopbush #C475A6

Tints of Hopbush #C475A6

Color information

#C475A6 (or 0xC475A6) is unknown color: approx Hopbush. HEX triplet: C4, 75 and A6. RGB value is (196,117,166). Sum of RGB (Red+Green+Blue) = 196+117+166=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C475A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475A6 is #3B8A59. Grayscale: #929292. Windows color (decimal): -3902042 or 10909124. OLE color: 10909124.

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

Color convert

RGB196117166-
CMYK00.400.150.23
HSL322.78º40.1%61.37%-
HSV(B)322.78º40.31%76.86%-
XYZ36.0127.2139.43-
YUV146.21139.17163.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=40.92%
G=24.43%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611716600.400.150.23322.7840.161.37
HexC475A6028F17143283d
Octal30416524605017275035075
Binary110001001110101101001100101000111110111101000011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475A6; }

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

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

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

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

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

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

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

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