Html Css Color HEX #C096AB Lily

📋 copy color: '#C096AB'

red 192 ◦ green 150 ◦ blue 171

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

Shades of Lily #C096AB

Tints of Lily #C096AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 37.43%
G = 29.24%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C096AB (or 0xC096AB) is known color: Lily. HEX triplet: C0, 96 and AB. RGB value is (192,150,171). Sum of RGB (Red+Green+Blue) = 192+150+171=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AB is #3F6954. Grayscale: #A4A4A4. Windows color (decimal): -4155733 or 11245248. OLE color: 11245248.

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

Color convert

RGB 192 150 171 -
CMYK 0 0.22 0.11 0.25
HSL 330º 0.25% 0.67% -
HSV(B) 330º 0.22% 0.75% -
XYZ 40 35.96 43.36 -
YUV 164.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 192 150 171 0 0.22 0.11 0.25 330 0.25 0.67
Hex C0 96 AB 0 16 B 19 14A 19 43
Octal 300 226 253 0 26 13 31 512 31 103
Binary 11000000 10010110 10101011 0 10110 1011 11001 101001010 11001 1000011

Color Harmonies of #C096AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096AB

Black with #C096AB

Text Example


Text Example

White with #C096AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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