Html Css Color HEX #C398AA Lily

📋 copy color: '#C398AA'

red 195 ◦ green 152 ◦ blue 170

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

Shades of Lily #C398AA

Tints of Lily #C398AA

RGB

 RED value IS 195 (76.56% from 255) = 37.72%

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

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 37.72%
G = 29.4%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C398AA (or 0xC398AA) is known color: Lily. HEX triplet: C3, 98 and AA. RGB value is (195,152,170). Sum of RGB (Red+Green+Blue) = 195+152+170=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C398AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398AA is #3C6755. Grayscale: #A6A6A6. Windows color (decimal): -3958614 or 11180227. OLE color: 11180227.

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

Color convert

RGB 195 152 170 -
CMYK 0 0.22 0.13 0.24
HSL 334.88º 0.26% 0.68% -
HSV(B) 334.88º 0.22% 0.76% -
XYZ 40.99 36.96 43 -
YUV 166.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 195 152 170 0 0.22 0.13 0.24 334.88 0.26 0.68
Hex C3 98 AA 0 16 D 18 14F 1A 44
Octal 303 230 252 0 26 15 30 517 32 104
Binary 11000011 10011000 10101010 0 10110 1101 11000 101001111 11010 1000100

Color Harmonies of #C398AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398AA

Black with #C398AA

Text Example


Text Example

White with #C398AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398AA; }

 p { color: rgb(195,152,170); }

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

background-color css

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

 a { background-color: rgb(195,152,170); }

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

border-color css

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

 span { border-color: rgb(195,152,170); }

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