Html Css Color HEX #C198B1 Lily

📋 copy color: '#C198B1'

red 193 ◦ green 152 ◦ blue 177

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

Shades of Lily #C198B1

Tints of Lily #C198B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.91%

R = 36.97%
G = 29.12%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C198B1 (or 0xC198B1) is known color: Lily. HEX triplet: C1, 98 and B1. RGB value is (193,152,177). Sum of RGB (Red+Green+Blue) = 193+152+177=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C198B1 is #3E674E. Grayscale: #A7A7A7. Windows color (decimal): -4089679 or 11638977. OLE color: 11638977.

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

Color convert

RGB 193 152 177 -
CMYK 0 0.21 0.08 0.24
HSL 323.41º 0.25% 0.68% -
HSV(B) 323.41º 0.21% 0.76% -
XYZ 41.16 36.97 46.56 -
YUV 167.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 193 152 177 0 0.21 0.08 0.24 323.41 0.25 0.68
Hex C1 98 B1 0 15 8 18 143 19 44
Octal 301 230 261 0 25 10 30 503 31 104
Binary 11000001 10011000 10110001 0 10101 1000 11000 101000011 11001 1000100

Color Harmonies of #C198B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198B1

Black with #C198B1

Text Example


Text Example

White with #C198B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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