Html Css Color HEX #C460A6 Hopbush

📋 copy color: '#C460A6'

red 196 ◦ green 96 ◦ blue 166

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

Shades of Hopbush #C460A6

Tints of Hopbush #C460A6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

 BLUE value IS 166 (65.23% from 255) = 36.24%

R = 42.79%
G = 20.96%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C460A6 (or 0xC460A6) is known color: Hopbush. HEX triplet: C4, 60 and A6. RGB value is (196,96,166). Sum of RGB (Red+Green+Blue) = 196+96+166=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C460A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C460A6 is #3B9F59. Grayscale: #858585. Windows color (decimal): -3907418 or 10903748. OLE color: 10903748.

HSL color Cylindrical-coordinate representation of color #C460A6: hue angle of 318º 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 #C460A6 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 166 -
CMYK 0 0.51 0.15 0.23
HSL 318º 0.46% 0.57% -
HSV(B) 318º 0.51% 0.77% -
XYZ 33.83 22.85 38.7 -
YUV 133.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 196 96 166 0 0.51 0.15 0.23 318 0.46 0.57
Hex C4 60 A6 0 33 F 17 13E 2E 39
Octal 304 140 246 0 63 17 27 476 56 71
Binary 11000100 1100000 10100110 0 110011 1111 10111 100111110 101110 111001

Color Harmonies of #C460A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C460A6

Black with #C460A6

Text Example


Text Example

White with #C460A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C460A6; }

 p { color: rgb(196,96,166); }

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

background-color css

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

 a { background-color: rgb(196,96,166); }

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

border-color css

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

 span { border-color: rgb(196,96,166); }

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