Html Css Color HEX #C096AF Lily

📋 copy color: '#C096AF'

red 192 ◦ green 150 ◦ blue 175

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

Shades of Lily #C096AF

Tints of Lily #C096AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 37.14%
G = 29.01%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C096AF (or 0xC096AF) is known color: Lily. HEX triplet: C0, 96 and AF. RGB value is (192,150,175). Sum of RGB (Red+Green+Blue) = 192+150+175=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AF is #3F6950. Grayscale: #A5A5A5. Windows color (decimal): -4155729 or 11507392. OLE color: 11507392.

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

Color convert

RGB 192 150 175 -
CMYK 0 0.22 0.09 0.25
HSL 324.29º 0.25% 0.67% -
HSV(B) 324.29º 0.22% 0.75% -
XYZ 40.38 36.11 45.4 -
YUV 165.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 192 150 175 0 0.22 0.09 0.25 324.29 0.25 0.67
Hex C0 96 AF 0 16 9 19 144 19 43
Octal 300 226 257 0 26 11 31 504 31 103
Binary 11000000 10010110 10101111 0 10110 1001 11001 101000100 11001 1000011

Color Harmonies of #C096AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096AF

Black with #C096AF

Text Example


Text Example

White with #C096AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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