Html Css Color HEX #C46085 Hopbush

📋 copy color: '#C46085'

red 196 ◦ green 96 ◦ blue 133

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

Shades of Hopbush #C46085

Tints of Hopbush #C46085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.59%

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

R = 46.12%
G = 22.59%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C46085 (or 0xC46085) is known color: Hopbush. HEX triplet: C4, 60 and 85. RGB value is (196,96,133). Sum of RGB (Red+Green+Blue) = 196+96+133=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C46085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46085 is #3B9F7A. Grayscale: #828282. Windows color (decimal): -3907451 or 8741060. OLE color: 8741060.

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

Color convert

RGB 196 96 133 -
CMYK 0 0.51 0.32 0.23
HSL 337.8º 0.46% 0.57% -
HSV(B) 337.8º 0.51% 0.77% -
XYZ 31.18 21.79 24.75 -
YUV 130.12 129.63 174.99 -
System Red Green Blue C M Y K H S L
Decimal 196 96 133 0 0.51 0.32 0.23 337.8 0.46 0.57
Hex C4 60 85 0 33 20 17 152 2E 39
Octal 304 140 205 0 63 40 27 522 56 71
Binary 11000100 1100000 10000101 0 110011 100000 10111 101010010 101110 111001

Color Harmonies of #C46085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46085

Black with #C46085

Text Example


Text Example

White with #C46085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46085; }

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

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

background-color css

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

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

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

border-color css

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

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

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