Html Css Color HEX #C466A0 Hopbush

📋 copy color: '#C466A0'

red 196 ◦ green 102 ◦ blue 160

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

Shades of Hopbush #C466A0

Tints of Hopbush #C466A0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.27%

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

R = 42.79%
G = 22.27%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C466A0 (or 0xC466A0) is known color: Hopbush. HEX triplet: C4, 66 and A0. RGB value is (196,102,160). Sum of RGB (Red+Green+Blue) = 196+102+160=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C466A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466A0 is #3B995F. Grayscale: #888888. Windows color (decimal): -3905888 or 10512068. OLE color: 10512068.

HSL color Cylindrical-coordinate representation of color #C466A0: hue angle of 322.98º degrees, saturation: 0.44, 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 #C466A0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 160 -
CMYK 0 0.48 0.18 0.23
HSL 322.98º 0.44% 0.58% -
HSV(B) 322.98º 0.48% 0.77% -
XYZ 33.86 23.78 36.06 -
YUV 136.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 196 102 160 0 0.48 0.18 0.23 322.98 0.44 0.58
Hex C4 66 A0 0 30 12 17 143 2C 3A
Octal 304 146 240 0 60 22 27 503 54 72
Binary 11000100 1100110 10100000 0 110000 10010 10111 101000011 101100 111010

Color Harmonies of #C466A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466A0

Black with #C466A0

Text Example


Text Example

White with #C466A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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