Html Css Color HEX #C095AE Lily

📋 copy color: '#C095AE'

red 192 ◦ green 149 ◦ blue 174

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

Shades of Lily #C095AE

Tints of Lily #C095AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.79%

R = 37.28%
G = 28.93%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C095AE (or 0xC095AE) is known color: Lily. HEX triplet: C0, 95 and AE. RGB value is (192,149,174). Sum of RGB (Red+Green+Blue) = 192+149+174=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C095AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095AE is #3F6A51. Grayscale: #A4A4A4. Windows color (decimal): -4155986 or 11441600. OLE color: 11441600.

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

Color convert

RGB 192 149 174 -
CMYK 0 0.22 0.09 0.25
HSL 325.12º 0.25% 0.67% -
HSV(B) 325.12º 0.22% 0.75% -
XYZ 40.13 35.76 44.83 -
YUV 164.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 192 149 174 0 0.22 0.09 0.25 325.12 0.25 0.67
Hex C0 95 AE 0 16 9 19 145 19 43
Octal 300 225 256 0 26 11 31 505 31 103
Binary 11000000 10010101 10101110 0 10110 1001 11001 101000101 11001 1000011

Color Harmonies of #C095AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095AE

Black with #C095AE

Text Example


Text Example

White with #C095AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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