Html Css Color HEX #C098AD Lily

📋 copy color: '#C098AD'

red 192 ◦ green 152 ◦ blue 173

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

Shades of Lily #C098AD

Tints of Lily #C098AD

RGB

 RED value IS 192 (75.39% from 255) = 37.14%

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

 BLUE value IS 173 (67.97% from 255) = 33.46%

R = 37.14%
G = 29.4%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C098AD (or 0xC098AD) is known color: Lily. HEX triplet: C0, 98 and AD. RGB value is (192,152,173). Sum of RGB (Red+Green+Blue) = 192+152+173=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C098AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C098AD is #3F6752. Grayscale: #A6A6A6. Windows color (decimal): -4155219 or 11376832. OLE color: 11376832.

HSL color Cylindrical-coordinate representation of color #C098AD: hue angle of 328.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C098AD is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 173 -
CMYK 0 0.21 0.10 0.25
HSL 328.5º 0.24% 0.67% -
HSV(B) 328.5º 0.21% 0.75% -
XYZ 40.51 36.68 44.48 -
YUV 166.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 192 152 173 0 0.21 0.10 0.25 328.5 0.24 0.67
Hex C0 98 AD 0 15 A 19 148 18 43
Octal 300 230 255 0 25 12 31 510 30 103
Binary 11000000 10011000 10101101 0 10101 1010 11001 101001000 11000 1000011

Color Harmonies of #C098AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098AD

Black with #C098AD

Text Example


Text Example

White with #C098AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098AD; }

 p { color: rgb(192,152,173); }

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

background-color css

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

 a { background-color: rgb(192,152,173); }

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

border-color css

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

 span { border-color: rgb(192,152,173); }

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