Html Css Color HEX #C096AD Lily

📋 copy color: '#C096AD'

red 192 ◦ green 150 ◦ blue 173

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

Shades of Lily #C096AD

Tints of Lily #C096AD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.13%

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

R = 37.28%
G = 29.13%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C096AD (or 0xC096AD) is known color: Lily. HEX triplet: C0, 96 and AD. RGB value is (192,150,173). Sum of RGB (Red+Green+Blue) = 192+150+173=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AD is #3F6952. Grayscale: #A5A5A5. Windows color (decimal): -4155731 or 11376320. OLE color: 11376320.

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

Color convert

RGB 192 150 173 -
CMYK 0 0.22 0.10 0.25
HSL 327.14º 0.25% 0.67% -
HSV(B) 327.14º 0.22% 0.75% -
XYZ 40.19 36.04 44.37 -
YUV 165.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 192 150 173 0 0.22 0.10 0.25 327.14 0.25 0.67
Hex C0 96 AD 0 16 A 19 147 19 43
Octal 300 226 255 0 26 12 31 507 31 103
Binary 11000000 10010110 10101101 0 10110 1010 11001 101000111 11001 1000011

Color Harmonies of #C096AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096AD

Black with #C096AD

Text Example


Text Example

White with #C096AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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