Html Css Color HEX #C096A8 Lily

📋 copy color: '#C096A8'

red 192 ◦ green 150 ◦ blue 168

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

Shades of Lily #C096A8

Tints of Lily #C096A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 37.65%
G = 29.41%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C096A8 (or 0xC096A8) is known color: Lily. HEX triplet: C0, 96 and A8. RGB value is (192,150,168). Sum of RGB (Red+Green+Blue) = 192+150+168=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C096A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096A8 is #3F6957. Grayscale: #A4A4A4. Windows color (decimal): -4155736 or 11048640. OLE color: 11048640.

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

Color convert

RGB 192 150 168 -
CMYK 0 0.22 0.12 0.25
HSL 334.29º 0.25% 0.67% -
HSV(B) 334.29º 0.22% 0.75% -
XYZ 39.71 35.85 41.87 -
YUV 164.61 129.91 147.54 -
System Red Green Blue C M Y K H S L
Decimal 192 150 168 0 0.22 0.12 0.25 334.29 0.25 0.67
Hex C0 96 A8 0 16 C 19 14E 19 43
Octal 300 226 250 0 26 14 31 516 31 103
Binary 11000000 10010110 10101000 0 10110 1100 11001 101001110 11001 1000011

Color Harmonies of #C096A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096A8

Black with #C096A8

Text Example


Text Example

White with #C096A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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