Html Css Color HEX #C16594 Hopbush

📋 copy color: '#C16594'

red 193 ◦ green 101 ◦ blue 148

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

Shades of Hopbush #C16594

Tints of Hopbush #C16594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.85%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 43.67%
G = 22.85%
B = 33.48%

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

#C16594 (or 0xC16594) is known color: Hopbush. HEX triplet: C1, 65 and 94. RGB value is (193,101,148). Sum of RGB (Red+Green+Blue) = 193+101+148=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C16594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16594 is #3E9A6B. Grayscale: #858585. Windows color (decimal): -4102764 or 9725377. OLE color: 9725377.

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

Color convert

RGB 193 101 148 -
CMYK 0 0.48 0.23 0.24
HSL 329.35º 0.43% 0.58% -
HSV(B) 329.35º 0.48% 0.76% -
XYZ 31.99 22.78 30.73 -
YUV 133.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 193 101 148 0 0.48 0.23 0.24 329.35 0.43 0.58
Hex C1 65 94 0 30 17 18 149 2B 3A
Octal 301 145 224 0 60 27 30 511 53 72
Binary 11000001 1100101 10010100 0 110000 10111 11000 101001001 101011 111010

Color Harmonies of #C16594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16594

Black with #C16594

Text Example


Text Example

White with #C16594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16594; }

 p { color: rgb(193,101,148); }

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

background-color css

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

 a { background-color: rgb(193,101,148); }

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

border-color css

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

 span { border-color: rgb(193,101,148); }

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