Html Css Color HEX #C46990 Hopbush

📋 copy color: '#C46990'

red 196 ◦ green 105 ◦ blue 144

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

Shades of Hopbush #C46990

Tints of Hopbush #C46990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 44.04%
G = 23.6%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C46990 (or 0xC46990) is known color: Hopbush. HEX triplet: C4, 69 and 90. RGB value is (196,105,144). Sum of RGB (Red+Green+Blue) = 196+105+144=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C46990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46990 is #3B966F. Grayscale: #888888. Windows color (decimal): -3905136 or 9464260. OLE color: 9464260.

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

Color convert

RGB 196 105 144 -
CMYK 0 0.46 0.27 0.23
HSL 334.29º 0.44% 0.59% -
HSV(B) 334.29º 0.46% 0.77% -
XYZ 32.85 23.85 29.26 -
YUV 136.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 196 105 144 0 0.46 0.27 0.23 334.29 0.44 0.59
Hex C4 69 90 0 2E 1B 17 14E 2C 3B
Octal 304 151 220 0 56 33 27 516 54 73
Binary 11000100 1101001 10010000 0 101110 11011 10111 101001110 101100 111011

Color Harmonies of #C46990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46990

Black with #C46990

Text Example


Text Example

White with #C46990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46990; }

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

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

background-color css

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

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

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

border-color css

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

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

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