Html Css Color HEX #C465A5 Hopbush

📋 copy color: '#C465A5'

red 196 ◦ green 101 ◦ blue 165

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

Shades of Hopbush #C465A5

Tints of Hopbush #C465A5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.86%

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

R = 42.42%
G = 21.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C465A5 (or 0xC465A5) is known color: Hopbush. HEX triplet: C4, 65 and A5. RGB value is (196,101,165). Sum of RGB (Red+Green+Blue) = 196+101+165=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C465A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465A5 is #3B9A5A. Grayscale: #888888. Windows color (decimal): -3906139 or 10839492. OLE color: 10839492.

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

Color convert

RGB 196 101 165 -
CMYK 0 0.48 0.16 0.23
HSL 319.58º 0.45% 0.58% -
HSV(B) 319.58º 0.48% 0.77% -
XYZ 34.21 23.76 38.38 -
YUV 136.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 196 101 165 0 0.48 0.16 0.23 319.58 0.45 0.58
Hex C4 65 A5 0 30 10 17 140 2D 3A
Octal 304 145 245 0 60 20 27 500 55 72
Binary 11000100 1100101 10100101 0 110000 10000 10111 101000000 101101 111010

Color Harmonies of #C465A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C465A5

Black with #C465A5

Text Example


Text Example

White with #C465A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C465A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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