Html Css Color HEX #C198B6 Lily

📋 copy color: '#C198B6'

red 193 ◦ green 152 ◦ blue 182

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

Shades of Lily #C198B6

Tints of Lily #C198B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 36.62%
G = 28.84%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C198B6 (or 0xC198B6) is known color: Lily. HEX triplet: C1, 98 and B6. RGB value is (193,152,182). Sum of RGB (Red+Green+Blue) = 193+152+182=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C198B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198B6 is #3E6749. Grayscale: #A7A7A7. Windows color (decimal): -4089674 or 11966657. OLE color: 11966657.

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

Color convert

RGB 193 152 182 -
CMYK 0 0.21 0.06 0.24
HSL 316.1º 0.25% 0.68% -
HSV(B) 316.1º 0.21% 0.76% -
XYZ 41.66 37.17 49.23 -
YUV 167.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 193 152 182 0 0.21 0.06 0.24 316.1 0.25 0.68
Hex C1 98 B6 0 15 6 18 13C 19 44
Octal 301 230 266 0 25 6 30 474 31 104
Binary 11000001 10011000 10110110 0 10101 110 11000 100111100 11001 1000100

Color Harmonies of #C198B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198B6

Black with #C198B6

Text Example


Text Example

White with #C198B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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