Html Css Color HEX #C198B3 Lily

📋 copy color: '#C198B3'

red 193 ◦ green 152 ◦ blue 179

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

Shades of Lily #C198B3

Tints of Lily #C198B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 36.83%
G = 29.01%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C198B3 (or 0xC198B3) is known color: Lily. HEX triplet: C1, 98 and B3. RGB value is (193,152,179). Sum of RGB (Red+Green+Blue) = 193+152+179=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198B3 is #3E674C. Grayscale: #A7A7A7. Windows color (decimal): -4089677 or 11770049. OLE color: 11770049.

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

Color convert

RGB 193 152 179 -
CMYK 0 0.21 0.07 0.24
HSL 320.49º 0.25% 0.68% -
HSV(B) 320.49º 0.21% 0.76% -
XYZ 41.36 37.05 47.62 -
YUV 167.34 134.58 146.3 -
System Red Green Blue C M Y K H S L
Decimal 193 152 179 0 0.21 0.07 0.24 320.49 0.25 0.68
Hex C1 98 B3 0 15 7 18 140 19 44
Octal 301 230 263 0 25 7 30 500 31 104
Binary 11000001 10011000 10110011 0 10101 111 11000 101000000 11001 1000100

Color Harmonies of #C198B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198B3

Black with #C198B3

Text Example


Text Example

White with #C198B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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