Html Css Color HEX #C498AD Lily

📋 copy color: '#C498AD'

red 196 ◦ green 152 ◦ blue 173

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

Shades of Lily #C498AD

Tints of Lily #C498AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 37.62%
G = 29.17%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C498AD (or 0xC498AD) is known color: Lily. HEX triplet: C4, 98 and AD. RGB value is (196,152,173). Sum of RGB (Red+Green+Blue) = 196+152+173=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AD is #3B6752. Grayscale: #A7A7A7. Windows color (decimal): -3893075 or 11376836. OLE color: 11376836.

HSL color Cylindrical-coordinate representation of color #C498AD: hue angle of 331.36º 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 #C498AD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 173 -
CMYK 0 0.22 0.12 0.23
HSL 331.36º 0.27% 0.68% -
HSV(B) 331.36º 0.22% 0.77% -
XYZ 41.54 37.21 44.53 -
YUV 167.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 196 152 173 0 0.22 0.12 0.23 331.36 0.27 0.68
Hex C4 98 AD 0 16 C 17 14B 1B 44
Octal 304 230 255 0 26 14 27 513 33 104
Binary 11000100 10011000 10101101 0 10110 1100 10111 101001011 11011 1000100

Color Harmonies of #C498AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498AD

Black with #C498AD

Text Example


Text Example

White with #C498AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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