#C364A5

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

Shades of Hopbush #C364A5

Tints of Hopbush #C364A5

Color information

#C364A5 (or 0xC364A5) is unknown color: approx Hopbush. HEX triplet: C3, 64 and A5. RGB value is (195,100,165). Sum of RGB (Red+Green+Blue) = 195+100+165=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C364A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364A5 is #3C9B5A. Grayscale: #878787. Windows color (decimal): -3971931 or 10839235. OLE color: 10839235.

HSL color Cylindrical-coordinate representation of color #C364A5: hue angle of 318.95º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C364A5 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195100165-
CMYK00.490.150.24
HSL318.95º44.19%57.84%-
HSV(B)318.95º48.72%76.47%-
XYZ33.8523.4338.34-
YUV135.82144.47170.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 165 (64.84% from 255) = 35.87%
R=42.39%
G=21.74%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510016500.490.150.24318.9544.1957.84
HexC364A5031F1813f2c3a
Octal30314424506117304775472
Binary110000111100100101001010110001111111000100111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C364A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C364A5; }

 p { color: rgb(195,100,165); }

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

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

 a { background-color: rgb(195,100,165); }

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

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

 span { border-color: rgb(195,100,165); }

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