Html Css Color HEX #C498BA Lily

📋 copy color: '#C498BA'

red 196 ◦ green 152 ◦ blue 186

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

Shades of Lily #C498BA

Tints of Lily #C498BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.83%

R = 36.7%
G = 28.46%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C498BA (or 0xC498BA) is known color: Lily. HEX triplet: C4, 98 and BA. RGB value is (196,152,186). Sum of RGB (Red+Green+Blue) = 196+152+186=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C498BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498BA is #3B6745. Grayscale: #A8A8A8. Windows color (decimal): -3893062 or 12228804. OLE color: 12228804.

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

Color convert

RGB 196 152 186 -
CMYK 0 0.22 0.05 0.23
HSL 313.64º 0.27% 0.68% -
HSV(B) 313.64º 0.22% 0.77% -
XYZ 42.86 37.74 51.48 -
YUV 169.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 196 152 186 0 0.22 0.05 0.23 313.64 0.27 0.68
Hex C4 98 BA 0 16 5 17 13A 1B 44
Octal 304 230 272 0 26 5 27 472 33 104
Binary 11000100 10011000 10111010 0 10110 101 10111 100111010 11011 1000100

Color Harmonies of #C498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498BA

Black with #C498BA

Text Example


Text Example

White with #C498BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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