Html Css Color HEX #C16495 Hopbush

📋 copy color: '#C16495'

red 193 ◦ green 100 ◦ blue 149

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

Shades of Hopbush #C16495

Tints of Hopbush #C16495

RGB

 RED value IS 193 (75.78% from 255) = 43.67%

 GREEN value IS 100 (39.45% from 255) = 22.62%

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 43.67%
G = 22.62%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C16495 (or 0xC16495) is known color: Hopbush. HEX triplet: C1, 64 and 95. RGB value is (193,100,149). Sum of RGB (Red+Green+Blue) = 193+100+149=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C16495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16495 is #3E9B6A. Grayscale: #858585. Windows color (decimal): -4103019 or 9790657. OLE color: 9790657.

HSL color Cylindrical-coordinate representation of color #C16495: hue angle of 328.39º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16495 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 149 -
CMYK 0 0.48 0.23 0.24
HSL 328.39º 0.43% 0.57% -
HSV(B) 328.39º 0.48% 0.76% -
XYZ 31.97 22.62 31.11 -
YUV 133.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 193 100 149 0 0.48 0.23 0.24 328.39 0.43 0.57
Hex C1 64 95 0 30 17 18 148 2B 39
Octal 301 144 225 0 60 27 30 510 53 71
Binary 11000001 1100100 10010101 0 110000 10111 11000 101001000 101011 111001

Color Harmonies of #C16495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16495

Black with #C16495

Text Example


Text Example

White with #C16495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16495; }

 p { color: rgb(193,100,149); }

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

background-color css

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

 a { background-color: rgb(193,100,149); }

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

border-color css

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

 span { border-color: rgb(193,100,149); }

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