Html Css Color HEX #C498AC Lily

📋 copy color: '#C498AC'

red 196 ◦ green 152 ◦ blue 172

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

Shades of Lily #C498AC

Tints of Lily #C498AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 37.69%
G = 29.23%
B = 33.08%

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

#C498AC (or 0xC498AC) is known color: Lily. HEX triplet: C4, 98 and AC. RGB value is (196,152,172). Sum of RGB (Red+Green+Blue) = 196+152+172=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AC is #3B6753. Grayscale: #A7A7A7. Windows color (decimal): -3893076 or 11311300. OLE color: 11311300.

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

Color convert

RGB 196 152 172 -
CMYK 0 0.22 0.12 0.23
HSL 332.73º 0.27% 0.68% -
HSV(B) 332.73º 0.22% 0.77% -
XYZ 41.44 37.17 44.02 -
YUV 167.44 130.58 148.37 -
System Red Green Blue C M Y K H S L
Decimal 196 152 172 0 0.22 0.12 0.23 332.73 0.27 0.68
Hex C4 98 AC 0 16 C 17 14D 1B 44
Octal 304 230 254 0 26 14 27 515 33 104
Binary 11000100 10011000 10101100 0 10110 1100 10111 101001101 11011 1000100

Color Harmonies of #C498AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498AC

Black with #C498AC

Text Example


Text Example

White with #C498AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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