Html Css Color HEX #C361A0 Hopbush

📋 copy color: '#C361A0'

red 195 ◦ green 97 ◦ blue 160

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

Shades of Hopbush #C361A0

Tints of Hopbush #C361A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.46%

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

R = 43.14%
G = 21.46%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C361A0 (or 0xC361A0) is known color: Hopbush. HEX triplet: C3, 61 and A0. RGB value is (195,97,160). Sum of RGB (Red+Green+Blue) = 195+97+160=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C361A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C361A0 is #3C9E5F. Grayscale: #858585. Windows color (decimal): -3972704 or 10510787. OLE color: 10510787.

HSL color Cylindrical-coordinate representation of color #C361A0: hue angle of 321.43º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C361A0 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 97 160 -
CMYK 0 0.50 0.18 0.24
HSL 321.43º 0.45% 0.57% -
HSV(B) 321.43º 0.5% 0.76% -
XYZ 33.13 22.69 35.89 -
YUV 133.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 195 97 160 0 0.50 0.18 0.24 321.43 0.45 0.57
Hex C3 61 A0 0 32 12 18 141 2D 39
Octal 303 141 240 0 62 22 30 501 55 71
Binary 11000011 1100001 10100000 0 110010 10010 11000 101000001 101101 111001

Color Harmonies of #C361A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C361A0

Black with #C361A0

Text Example


Text Example

White with #C361A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C361A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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