Html Css Color HEX #C46285 Hopbush

📋 copy color: '#C46285'

red 196 ◦ green 98 ◦ blue 133

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

Shades of Hopbush #C46285

Tints of Hopbush #C46285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.15%

R = 45.9%
G = 22.95%
B = 31.15%

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

#C46285 (or 0xC46285) is known color: Hopbush. HEX triplet: C4, 62 and 85. RGB value is (196,98,133). Sum of RGB (Red+Green+Blue) = 196+98+133=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C46285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46285 is #3B9D7A. Grayscale: #838383. Windows color (decimal): -3906939 or 8741572. OLE color: 8741572.

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

Color convert

RGB 196 98 133 -
CMYK 0 0.5 0.32 0.23
HSL 338.57º 0.45% 0.58% -
HSV(B) 338.57º 0.5% 0.77% -
XYZ 31.37 22.16 24.82 -
YUV 131.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 196 98 133 0 0.5 0.32 0.23 338.57 0.45 0.58
Hex C4 62 85 0 32 20 17 153 2D 3A
Octal 304 142 205 0 62 40 27 523 55 72
Binary 11000100 1100010 10000101 0 110010 100000 10111 101010011 101101 111010

Color Harmonies of #C46285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46285

Black with #C46285

Text Example


Text Example

White with #C46285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46285; }

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

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

background-color css

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

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

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

border-color css

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

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

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