Html Css Color HEX #C097AD Lily

📋 copy color: '#C097AD'

red 192 ◦ green 151 ◦ blue 173

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

Shades of Lily #C097AD

Tints of Lily #C097AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.26%

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

R = 37.21%
G = 29.26%
B = 33.53%

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

#C097AD (or 0xC097AD) is known color: Lily. HEX triplet: C0, 97 and AD. RGB value is (192,151,173). Sum of RGB (Red+Green+Blue) = 192+151+173=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C097AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C097AD is #3F6852. Grayscale: #A5A5A5. Windows color (decimal): -4155475 or 11376576. OLE color: 11376576.

HSL color Cylindrical-coordinate representation of color #C097AD: hue angle of 327.8º degrees, saturation: 0.25, 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 #C097AD is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 173 -
CMYK 0 0.21 0.10 0.25
HSL 327.8º 0.25% 0.67% -
HSV(B) 327.8º 0.21% 0.75% -
XYZ 40.35 36.36 44.43 -
YUV 165.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 192 151 173 0 0.21 0.10 0.25 327.8 0.25 0.67
Hex C0 97 AD 0 15 A 19 148 19 43
Octal 300 227 255 0 25 12 31 510 31 103
Binary 11000000 10010111 10101101 0 10101 1010 11001 101001000 11001 1000011

Color Harmonies of #C097AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C097AD

Black with #C097AD

Text Example


Text Example

White with #C097AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C097AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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