Html Css Color HEX #C16493 Hopbush

📋 copy color: '#C16493'

red 193 ◦ green 100 ◦ blue 147

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

Shades of Hopbush #C16493

Tints of Hopbush #C16493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 43.86%
G = 22.73%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C16493 (or 0xC16493) is known color: Hopbush. HEX triplet: C1, 64 and 93. RGB value is (193,100,147). Sum of RGB (Red+Green+Blue) = 193+100+147=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C16493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16493 is #3E9B6C. Grayscale: #858585. Windows color (decimal): -4103021 or 9659585. OLE color: 9659585.

HSL color Cylindrical-coordinate representation of color #C16493: hue angle of 329.68º 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 #C16493 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 147 -
CMYK 0 0.48 0.24 0.24
HSL 329.68º 0.43% 0.57% -
HSV(B) 329.68º 0.48% 0.76% -
XYZ 31.82 22.56 30.28 -
YUV 133.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 193 100 147 0 0.48 0.24 0.24 329.68 0.43 0.57
Hex C1 64 93 0 30 18 18 14A 2B 39
Octal 301 144 223 0 60 30 30 512 53 71
Binary 11000001 1100100 10010011 0 110000 11000 11000 101001010 101011 111001

Color Harmonies of #C16493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16493

Black with #C16493

Text Example


Text Example

White with #C16493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16493; }

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

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

background-color css

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

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

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

border-color css

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

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

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