Html Css Color HEX #C16F98 Hopbush

📋 copy color: '#C16F98'

red 193 ◦ green 111 ◦ blue 152

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

Shades of Hopbush #C16F98

Tints of Hopbush #C16F98

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.34%

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 42.32%
G = 24.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C16F98 (or 0xC16F98) is known color: Hopbush. HEX triplet: C1, 6F and 98. RGB value is (193,111,152). Sum of RGB (Red+Green+Blue) = 193+111+152=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16F98 is #3E9067. Grayscale: #8C8C8C. Windows color (decimal): -4100200 or 9990081. OLE color: 9990081.

HSL color Cylindrical-coordinate representation of color #C16F98: hue angle of 330º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F98 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 111 152 -
CMYK 0 0.42 0.21 0.24
HSL 330º 0.4% 0.6% -
HSV(B) 330º 0.42% 0.76% -
XYZ 33.34 24.97 32.77 -
YUV 140.19 134.67 165.67 -
System Red Green Blue C M Y K H S L
Decimal 193 111 152 0 0.42 0.21 0.24 330 0.4 0.6
Hex C1 6F 98 0 2A 15 18 14A 28 3C
Octal 301 157 230 0 52 25 30 512 50 74
Binary 11000001 1101111 10011000 0 101010 10101 11000 101001010 101000 111100

Color Harmonies of #C16F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16F98

Black with #C16F98

Text Example


Text Example

White with #C16F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16F98; }

 p { color: rgb(193,111,152); }

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

background-color css

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

 a { background-color: rgb(193,111,152); }

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

border-color css

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

 span { border-color: rgb(193,111,152); }

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