Html Css Color HEX #C461A0 Hopbush

📋 copy color: '#C461A0'

red 196 ◦ green 97 ◦ blue 160

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

Shades of Hopbush #C461A0

Tints of Hopbush #C461A0

RGB

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

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

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

R = 43.27%
G = 21.41%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C461A0 (or 0xC461A0) is known color: Hopbush. HEX triplet: C4, 61 and A0. RGB value is (196,97,160). Sum of RGB (Red+Green+Blue) = 196+97+160=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C461A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461A0 is #3B9E5F. Grayscale: #858585. Windows color (decimal): -3907168 or 10510788. OLE color: 10510788.

HSL color Cylindrical-coordinate representation of color #C461A0: hue angle of 321.82º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461A0 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 160 -
CMYK 0 0.51 0.18 0.23
HSL 321.82º 0.46% 0.57% -
HSV(B) 321.82º 0.51% 0.77% -
XYZ 33.38 22.82 35.9 -
YUV 133.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 196 97 160 0 0.51 0.18 0.23 321.82 0.46 0.57
Hex C4 61 A0 0 33 12 17 142 2E 39
Octal 304 141 240 0 63 22 27 502 56 71
Binary 11000100 1100001 10100000 0 110011 10010 10111 101000010 101110 111001

Color Harmonies of #C461A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C461A0

Black with #C461A0

Text Example


Text Example

White with #C461A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C461A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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