#C475A5

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

Shades of Hopbush #C475A5

Tints of Hopbush #C475A5

Color information

#C475A5 (or 0xC475A5) is unknown color: approx Hopbush. HEX triplet: C4, 75 and A5. RGB value is (196,117,165). Sum of RGB (Red+Green+Blue) = 196+117+165=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C475A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C475A5 is #3B8A5A. Grayscale: #919191. Windows color (decimal): -3902043 or 10843588. OLE color: 10843588.

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

Color convert

RGB196117165-
CMYK00.400.160.23
HSL323.54º40.1%61.37%-
HSV(B)323.54º40.31%76.86%-
XYZ35.9227.1738.95-
YUV146.09138.67163.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=41.00%
G=24.48%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611716500.400.160.23323.5440.161.37
HexC475A50281017144283d
Octal30416524505020275045075
Binary1100010011101011010010101010001000010111101000100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475A5; }

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

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

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

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

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

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

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

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