Html Css Color HEX #C096B0 Lily

📋 copy color: '#C096B0'

red 192 ◦ green 150 ◦ blue 176

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

Shades of Lily #C096B0

Tints of Lily #C096B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 37.07%
G = 28.96%
B = 33.98%

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

#C096B0 (or 0xC096B0) is known color: Lily. HEX triplet: C0, 96 and B0. RGB value is (192,150,176). Sum of RGB (Red+Green+Blue) = 192+150+176=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C096B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096B0 is #3F694F. Grayscale: #A5A5A5. Windows color (decimal): -4155728 or 11572928. OLE color: 11572928.

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

Color convert

RGB 192 150 176 -
CMYK 0 0.22 0.08 0.25
HSL 322.86º 0.25% 0.67% -
HSV(B) 322.86º 0.22% 0.75% -
XYZ 40.48 36.15 45.92 -
YUV 165.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 192 150 176 0 0.22 0.08 0.25 322.86 0.25 0.67
Hex C0 96 B0 0 16 8 19 143 19 43
Octal 300 226 260 0 26 10 31 503 31 103
Binary 11000000 10010110 10110000 0 10110 1000 11001 101000011 11001 1000011

Color Harmonies of #C096B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096B0

Black with #C096B0

Text Example


Text Example

White with #C096B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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