Html Css Color HEX #C46096 Hopbush

📋 copy color: '#C46096'

red 196 ◦ green 96 ◦ blue 150

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

Shades of Hopbush #C46096

Tints of Hopbush #C46096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.94%

R = 44.34%
G = 21.72%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C46096 (or 0xC46096) is known color: Hopbush. HEX triplet: C4, 60 and 96. RGB value is (196,96,150). Sum of RGB (Red+Green+Blue) = 196+96+150=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C46096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46096 is #3B9F69. Grayscale: #838383. Windows color (decimal): -3907434 or 9855172. OLE color: 9855172.

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

Color convert

RGB 196 96 150 -
CMYK 0 0.51 0.23 0.23
HSL 327.6º 0.46% 0.57% -
HSV(B) 327.6º 0.51% 0.77% -
XYZ 32.45 22.3 31.45 -
YUV 132.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 196 96 150 0 0.51 0.23 0.23 327.6 0.46 0.57
Hex C4 60 96 0 33 17 17 148 2E 39
Octal 304 140 226 0 63 27 27 510 56 71
Binary 11000100 1100000 10010110 0 110011 10111 10111 101001000 101110 111001

Color Harmonies of #C46096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46096

Black with #C46096

Text Example


Text Example

White with #C46096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46096; }

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

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

background-color css

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

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

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

border-color css

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

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

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