Html Css Color HEX #C362A0 Hopbush

📋 copy color: '#C362A0'

red 195 ◦ green 98 ◦ blue 160

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

Shades of Hopbush #C362A0

Tints of Hopbush #C362A0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.63%

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

R = 43.05%
G = 21.63%
B = 35.32%

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

#C362A0 (or 0xC362A0) is known color: Hopbush. HEX triplet: C3, 62 and A0. RGB value is (195,98,160). Sum of RGB (Red+Green+Blue) = 195+98+160=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C362A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362A0 is #3C9D5F. Grayscale: #858585. Windows color (decimal): -3972448 or 10511043. OLE color: 10511043.

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

Color convert

RGB 195 98 160 -
CMYK 0 0.50 0.18 0.24
HSL 321.65º 0.45% 0.57% -
HSV(B) 321.65º 0.5% 0.76% -
XYZ 33.22 22.88 35.92 -
YUV 134.07 142.64 171.46 -
System Red Green Blue C M Y K H S L
Decimal 195 98 160 0 0.50 0.18 0.24 321.65 0.45 0.57
Hex C3 62 A0 0 32 12 18 142 2D 39
Octal 303 142 240 0 62 22 30 502 55 71
Binary 11000011 1100010 10100000 0 110010 10010 11000 101000010 101101 111001

Color Harmonies of #C362A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C362A0

Black with #C362A0

Text Example


Text Example

White with #C362A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C362A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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