Html Css Color HEX #C364A2 Hopbush

📋 copy color: '#C364A2'

red 195 ◦ green 100 ◦ blue 162

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

Shades of Hopbush #C364A2

Tints of Hopbush #C364A2

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 value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C364A2 (or 0xC364A2) is known color: 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

RGB 195 100 162 -
CMYK 0 0.49 0.17 0.24
HSL 320.84º 0.44% 0.58% -
HSV(B) 320.84º 0.49% 0.76% -
XYZ 33.58 23.33 36.91 -
YUV 135.47 142.97 170.46 -
System Red Green Blue C M Y K H S L
Decimal 195 100 162 0 0.49 0.17 0.24 320.84 0.44 0.58
Hex C3 64 A2 0 31 11 18 141 2C 3A
Octal 303 144 242 0 61 21 30 501 54 72
Binary 11000011 1100100 10100010 0 110001 10001 11000 101000001 101100 111010

Color Harmonies of #C364A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C364A2

Black with #C364A2

Text Example


Text Example

White with #C364A2

Text Example


Text Example

HTML Codes & Css Web 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>