Html Css Color HEX #C198BA Lily

📋 copy color: '#C198BA'

red 193 ◦ green 152 ◦ blue 186

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

Shades of Lily #C198BA

Tints of Lily #C198BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.63%

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 36.35%
G = 28.63%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C198BA (or 0xC198BA) is known color: Lily. HEX triplet: C1, 98 and BA. RGB value is (193,152,186). Sum of RGB (Red+Green+Blue) = 193+152+186=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 193 - color contains mainly: red. Hex color #C198BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198BA is #3E6745. Grayscale: #A8A8A8. Windows color (decimal): -4089670 or 12228801. OLE color: 12228801.

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

Color convert

RGB 193 152 186 -
CMYK 0 0.21 0.04 0.24
HSL 310.24º 0.25% 0.68% -
HSV(B) 310.24º 0.21% 0.76% -
XYZ 42.08 37.34 51.44 -
YUV 168.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 193 152 186 0 0.21 0.04 0.24 310.24 0.25 0.68
Hex C1 98 BA 0 15 4 18 136 19 44
Octal 301 230 272 0 25 4 30 466 31 104
Binary 11000001 10011000 10111010 0 10101 100 11000 100110110 11001 1000100

Color Harmonies of #C198BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198BA

Black with #C198BA

Text Example


Text Example

White with #C198BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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