Html Css Color HEX #C096B1 Lily

📋 copy color: '#C096B1'

red 192 ◦ green 150 ◦ blue 177

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

Shades of Lily #C096B1

Tints of Lily #C096B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.1%

R = 36.99%
G = 28.9%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C096B1 (or 0xC096B1) is known color: Lily. HEX triplet: C0, 96 and B1. RGB value is (192,150,177). Sum of RGB (Red+Green+Blue) = 192+150+177=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C096B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096B1 is #3F694E. Grayscale: #A5A5A5. Windows color (decimal): -4155727 or 11638464. OLE color: 11638464.

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

Color convert

RGB 192 150 177 -
CMYK 0 0.22 0.08 0.25
HSL 321.43º 0.25% 0.67% -
HSV(B) 321.43º 0.22% 0.75% -
XYZ 40.58 36.19 46.44 -
YUV 165.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 192 150 177 0 0.22 0.08 0.25 321.43 0.25 0.67
Hex C0 96 B1 0 16 8 19 141 19 43
Octal 300 226 261 0 26 10 31 501 31 103
Binary 11000000 10010110 10110001 0 10110 1000 11001 101000001 11001 1000011

Color Harmonies of #C096B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096B1

Black with #C096B1

Text Example


Text Example

White with #C096B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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