Html Css Color HEX #C46286 Hopbush

📋 copy color: '#C46286'

red 196 ◦ green 98 ◦ blue 134

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

Shades of Hopbush #C46286

Tints of Hopbush #C46286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.9%

 BLUE value IS 134 (52.73% from 255) = 31.31%

R = 45.79%
G = 22.9%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C46286 (or 0xC46286) is known color: Hopbush. HEX triplet: C4, 62 and 86. RGB value is (196,98,134). Sum of RGB (Red+Green+Blue) = 196+98+134=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C46286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46286 is #3B9D79. Grayscale: #838383. Windows color (decimal): -3906938 or 8807108. OLE color: 8807108.

HSL color Cylindrical-coordinate representation of color #C46286: hue angle of 337.96º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46286 is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 134 -
CMYK 0 0.5 0.32 0.23
HSL 337.96º 0.45% 0.58% -
HSV(B) 337.96º 0.5% 0.77% -
XYZ 31.44 22.19 25.18 -
YUV 131.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 196 98 134 0 0.5 0.32 0.23 337.96 0.45 0.58
Hex C4 62 86 0 32 20 17 152 2D 3A
Octal 304 142 206 0 62 40 27 522 55 72
Binary 11000100 1100010 10000110 0 110010 100000 10111 101010010 101101 111010

Color Harmonies of #C46286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46286

Black with #C46286

Text Example


Text Example

White with #C46286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46286; }

 p { color: rgb(196,98,134); }

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

background-color css

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

 a { background-color: rgb(196,98,134); }

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

border-color css

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

 span { border-color: rgb(196,98,134); }

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