#C364A2

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

Shades of Hopbush #C364A2

Tints of Hopbush #C364A2

Color information

#C364A2 (or 0xC364A2) is unknown color: approx Hopbush. HEX triplet: C3, 64 and A2. RGB value is (195,100,162). Sum of RGB (Red+Green+Blue) = 195+100+162=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C364A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364A2 is #3C9B5D. Grayscale: #878787. Windows color (decimal): -3971934 or 10642627. OLE color: 10642627.

HSL color Cylindrical-coordinate representation of color #C364A2: hue angle of 320.84º 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 #C364A2 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB195100162-
CMYK00.490.170.24
HSL320.84º44.19%57.84%-
HSV(B)320.84º48.72%76.47%-
XYZ33.5823.3336.91-
YUV135.47142.97170.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 162 (63.67% from 255) = 35.45%
R=42.67%
G=21.88%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510016200.490.170.24320.8444.1957.84
HexC364A203111181412c3a
Octal30314424206121305015472
Binary1100001111001001010001001100011000111000101000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C364A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C364A2; }

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

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

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

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

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

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

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

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