Html Css Color HEX #C46385 Hopbush

📋 copy color: '#C46385'

red 196 ◦ green 99 ◦ blue 133

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

Shades of Hopbush #C46385

Tints of Hopbush #C46385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.13%

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

R = 45.79%
G = 23.13%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C46385 (or 0xC46385) is known color: Hopbush. HEX triplet: C4, 63 and 85. RGB value is (196,99,133). Sum of RGB (Red+Green+Blue) = 196+99+133=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C46385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46385 is #3B9C7A. Grayscale: #838383. Windows color (decimal): -3906683 or 8741828. OLE color: 8741828.

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

Color convert

RGB 196 99 133 -
CMYK 0 0.49 0.32 0.23
HSL 338.97º 0.45% 0.58% -
HSV(B) 338.97º 0.49% 0.77% -
XYZ 31.46 22.35 24.85 -
YUV 131.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 196 99 133 0 0.49 0.32 0.23 338.97 0.45 0.58
Hex C4 63 85 0 31 20 17 153 2D 3A
Octal 304 143 205 0 61 40 27 523 55 72
Binary 11000100 1100011 10000101 0 110001 100000 10111 101010011 101101 111010

Color Harmonies of #C46385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46385

Black with #C46385

Text Example


Text Example

White with #C46385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46385; }

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

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

background-color css

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

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

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

border-color css

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

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

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