Html Css Color HEX #C462A5 Hopbush

📋 copy color: '#C462A5'

red 196 ◦ green 98 ◦ blue 165

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

Shades of Hopbush #C462A5

Tints of Hopbush #C462A5

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

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

 BLUE value IS 165 (64.84% from 255) = 35.95%

R = 42.7%
G = 21.35%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C462A5 (or 0xC462A5) is known color: Hopbush. HEX triplet: C4, 62 and A5. RGB value is (196,98,165). Sum of RGB (Red+Green+Blue) = 196+98+165=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 98 (38.67% from 255 or 21.35% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C462A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462A5 is #3B9D5A. Grayscale: #868686. Windows color (decimal): -3906907 or 10838724. OLE color: 10838724.

HSL color Cylindrical-coordinate representation of color #C462A5: hue angle of 318.98º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462A5 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 165 -
CMYK 0 0.5 0.16 0.23
HSL 318.98º 0.45% 0.58% -
HSV(B) 318.98º 0.5% 0.77% -
XYZ 33.92 23.19 38.29 -
YUV 134.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 196 98 165 0 0.5 0.16 0.23 318.98 0.45 0.58
Hex C4 62 A5 0 32 10 17 13F 2D 3A
Octal 304 142 245 0 62 20 27 477 55 72
Binary 11000100 1100010 10100101 0 110010 10000 10111 100111111 101101 111010

Color Harmonies of #C462A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C462A5

Black with #C462A5

Text Example


Text Example

White with #C462A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C462A5; }

 p { color: rgb(196,98,165); }

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

background-color css

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

 a { background-color: rgb(196,98,165); }

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

border-color css

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

 span { border-color: rgb(196,98,165); }

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