Html Css Color HEX #C46996 Hopbush

📋 copy color: '#C46996'

red 196 ◦ green 105 ◦ blue 150

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

Shades of Hopbush #C46996

Tints of Hopbush #C46996

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.28%

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

R = 43.46%
G = 23.28%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C46996 (or 0xC46996) is known color: Hopbush. HEX triplet: C4, 69 and 96. RGB value is (196,105,150). Sum of RGB (Red+Green+Blue) = 196+105+150=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C46996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46996 is #3B9669. Grayscale: #898989. Windows color (decimal): -3905130 or 9857476. OLE color: 9857476.

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

Color convert

RGB 196 105 150 -
CMYK 0 0.46 0.23 0.23
HSL 330.33º 0.44% 0.59% -
HSV(B) 330.33º 0.46% 0.77% -
XYZ 33.32 24.04 31.74 -
YUV 137.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 196 105 150 0 0.46 0.23 0.23 330.33 0.44 0.59
Hex C4 69 96 0 2E 17 17 14A 2C 3B
Octal 304 151 226 0 56 27 27 512 54 73
Binary 11000100 1101001 10010110 0 101110 10111 10111 101001010 101100 111011

Color Harmonies of #C46996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46996

Black with #C46996

Text Example


Text Example

White with #C46996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46996; }

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

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

background-color css

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

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

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

border-color css

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

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

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