Html Css Color HEX #C095AC Lily

📋 copy color: '#C095AC'

red 192 ◦ green 149 ◦ blue 172

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

Shades of Lily #C095AC

Tints of Lily #C095AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 37.43%
G = 29.04%
B = 33.53%

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

#C095AC (or 0xC095AC) is known color: Lily. HEX triplet: C0, 95 and AC. RGB value is (192,149,172). Sum of RGB (Red+Green+Blue) = 192+149+172=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C095AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C095AC is #3F6A53. Grayscale: #A4A4A4. Windows color (decimal): -4155988 or 11310528. OLE color: 11310528.

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

Color convert

RGB 192 149 172 -
CMYK 0 0.22 0.10 0.25
HSL 327.91º 0.25% 0.67% -
HSV(B) 327.91º 0.22% 0.75% -
XYZ 39.93 35.68 43.81 -
YUV 164.48 132.25 147.63 -
System Red Green Blue C M Y K H S L
Decimal 192 149 172 0 0.22 0.10 0.25 327.91 0.25 0.67
Hex C0 95 AC 0 16 A 19 148 19 43
Octal 300 225 254 0 26 12 31 510 31 103
Binary 11000000 10010101 10101100 0 10110 1010 11001 101001000 11001 1000011

Color Harmonies of #C095AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095AC

Black with #C095AC

Text Example


Text Example

White with #C095AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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