Html Css Color HEX #C498B5 Lily

📋 copy color: '#C498B5'

red 196 ◦ green 152 ◦ blue 181

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

Shades of Lily #C498B5

Tints of Lily #C498B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.22%

R = 37.05%
G = 28.73%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C498B5 (or 0xC498B5) is known color: Lily. HEX triplet: C4, 98 and B5. RGB value is (196,152,181). Sum of RGB (Red+Green+Blue) = 196+152+181=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498B5 is #3B674A. Grayscale: #A8A8A8. Windows color (decimal): -3893067 or 11901124. OLE color: 11901124.

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

Color convert

RGB 196 152 181 -
CMYK 0 0.22 0.08 0.23
HSL 320.45º 0.27% 0.68% -
HSV(B) 320.45º 0.22% 0.77% -
XYZ 42.33 37.53 48.73 -
YUV 168.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 196 152 181 0 0.22 0.08 0.23 320.45 0.27 0.68
Hex C4 98 B5 0 16 8 17 140 1B 44
Octal 304 230 265 0 26 10 27 500 33 104
Binary 11000100 10011000 10110101 0 10110 1000 10111 101000000 11011 1000100

Color Harmonies of #C498B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498B5

Black with #C498B5

Text Example


Text Example

White with #C498B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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