Html Css Color HEX #C364A0 Hopbush

📋 copy color: '#C364A0'

red 195 ◦ green 100 ◦ blue 160

#C364A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C364A0

Tints of Hopbush #C364A0

RGB

 RED value IS 195 (76.56% from 255) = 42.86%

 GREEN value IS 100 (39.45% from 255) = 21.98%

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 42.86%
G = 21.98%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C364A0 (or 0xC364A0) is known color: Hopbush. HEX triplet: C3, 64 and A0. RGB value is (195,100,160). Sum of RGB (Red+Green+Blue) = 195+100+160=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C364A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C364A0 is #3C9B5F. Grayscale: #878787. Windows color (decimal): -3971936 or 10511555. OLE color: 10511555.

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

Color convert

RGB 195 100 160 -
CMYK 0 0.49 0.18 0.24
HSL 322.11º 0.44% 0.58% -
HSV(B) 322.11º 0.49% 0.76% -
XYZ 33.41 23.25 35.99 -
YUV 135.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 195 100 160 0 0.49 0.18 0.24 322.11 0.44 0.58
Hex C3 64 A0 0 31 12 18 142 2C 3A
Octal 303 144 240 0 61 22 30 502 54 72
Binary 11000011 1100100 10100000 0 110001 10010 11000 101000010 101100 111010

Color Harmonies of #C364A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364A0

Black with #C364A0

Text Example


Text Example

White with #C364A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C364A0; }

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

 H1.HeaderClassName
 {
   color: #C364A0;
 }
 .AnyTagClassName
 {
   color: #C364A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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