Html Css Color HEX #C095AD Lily

📋 copy color: '#C095AD'

red 192 ◦ green 149 ◦ blue 173

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

Shades of Lily #C095AD

Tints of Lily #C095AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.99%

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

R = 37.35%
G = 28.99%
B = 33.66%

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

#C095AD (or 0xC095AD) is known color: Lily. HEX triplet: C0, 95 and AD. RGB value is (192,149,173). Sum of RGB (Red+Green+Blue) = 192+149+173=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C095AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095AD is #3F6A52. Grayscale: #A4A4A4. Windows color (decimal): -4155987 or 11376064. OLE color: 11376064.

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

Color convert

RGB 192 149 173 -
CMYK 0 0.22 0.10 0.25
HSL 326.51º 0.25% 0.67% -
HSV(B) 326.51º 0.22% 0.75% -
XYZ 40.03 35.72 44.32 -
YUV 164.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 192 149 173 0 0.22 0.10 0.25 326.51 0.25 0.67
Hex C0 95 AD 0 16 A 19 147 19 43
Octal 300 225 255 0 26 12 31 507 31 103
Binary 11000000 10010101 10101101 0 10110 1010 11001 101000111 11001 1000011

Color Harmonies of #C095AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095AD

Black with #C095AD

Text Example


Text Example

White with #C095AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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