Html Css Color HEX #C498AF Lily

📋 copy color: '#C498AF'

red 196 ◦ green 152 ◦ blue 175

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

Shades of Lily #C498AF

Tints of Lily #C498AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 37.48%
G = 29.06%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C498AF (or 0xC498AF) is known color: Lily. HEX triplet: C4, 98 and AF. RGB value is (196,152,175). Sum of RGB (Red+Green+Blue) = 196+152+175=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C498AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C498AF is #3B6750. Grayscale: #A7A7A7. Windows color (decimal): -3893073 or 11507908. OLE color: 11507908.

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

Color convert

RGB 196 152 175 -
CMYK 0 0.22 0.11 0.23
HSL 328.64º 0.27% 0.68% -
HSV(B) 328.64º 0.22% 0.77% -
XYZ 41.73 37.29 45.56 -
YUV 167.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 196 152 175 0 0.22 0.11 0.23 328.64 0.27 0.68
Hex C4 98 AF 0 16 B 17 149 1B 44
Octal 304 230 257 0 26 13 27 511 33 104
Binary 11000100 10011000 10101111 0 10110 1011 10111 101001001 11011 1000100

Color Harmonies of #C498AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498AF

Black with #C498AF

Text Example


Text Example

White with #C498AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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