Html Css Color HEX #C498B7 Lily

📋 copy color: '#C498B7'

red 196 ◦ green 152 ◦ blue 183

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

Shades of Lily #C498B7

Tints of Lily #C498B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 36.91%
G = 28.63%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C498B7 (or 0xC498B7) is known color: Lily. HEX triplet: C4, 98 and B7. RGB value is (196,152,183). Sum of RGB (Red+Green+Blue) = 196+152+183=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C498B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498B7 is #3B6748. Grayscale: #A8A8A8. Windows color (decimal): -3893065 or 12032196. OLE color: 12032196.

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

Color convert

RGB 196 152 183 -
CMYK 0 0.22 0.07 0.23
HSL 317.73º 0.27% 0.68% -
HSV(B) 317.73º 0.22% 0.77% -
XYZ 42.54 37.61 49.82 -
YUV 168.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 196 152 183 0 0.22 0.07 0.23 317.73 0.27 0.68
Hex C4 98 B7 0 16 7 17 13E 1B 44
Octal 304 230 267 0 26 7 27 476 33 104
Binary 11000100 10011000 10110111 0 10110 111 10111 100111110 11011 1000100

Color Harmonies of #C498B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498B7

Black with #C498B7

Text Example


Text Example

White with #C498B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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