Html Css Color HEX #C498AA Lily

📋 copy color: '#C498AA'

red 196 ◦ green 152 ◦ blue 170

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

Shades of Lily #C498AA

Tints of Lily #C498AA

RGB

 RED value IS 196 (76.95% from 255) = 37.84%

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

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

R = 37.84%
G = 29.34%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C498AA (or 0xC498AA) is known color: Lily. HEX triplet: C4, 98 and AA. RGB value is (196,152,170). Sum of RGB (Red+Green+Blue) = 196+152+170=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AA is #3B6755. Grayscale: #A7A7A7. Windows color (decimal): -3893078 or 11180228. OLE color: 11180228.

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

Color convert

RGB 196 152 170 -
CMYK 0 0.22 0.13 0.23
HSL 335.45º 0.27% 0.68% -
HSV(B) 335.45º 0.22% 0.77% -
XYZ 41.25 37.09 43.02 -
YUV 167.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 196 152 170 0 0.22 0.13 0.23 335.45 0.27 0.68
Hex C4 98 AA 0 16 D 17 14F 1B 44
Octal 304 230 252 0 26 15 27 517 33 104
Binary 11000100 10011000 10101010 0 10110 1101 10111 101001111 11011 1000100

Color Harmonies of #C498AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498AA

Black with #C498AA

Text Example


Text Example

White with #C498AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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