Html Css Color HEX #C096AA Lily

📋 copy color: '#C096AA'

red 192 ◦ green 150 ◦ blue 170

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

Shades of Lily #C096AA

Tints of Lily #C096AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.2%

R = 37.5%
G = 29.3%
B = 33.2%

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

#C096AA (or 0xC096AA) is known color: Lily. HEX triplet: C0, 96 and AA. RGB value is (192,150,170). Sum of RGB (Red+Green+Blue) = 192+150+170=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C096AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C096AA is #3F6955. Grayscale: #A4A4A4. Windows color (decimal): -4155734 or 11179712. OLE color: 11179712.

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

Color convert

RGB 192 150 170 -
CMYK 0 0.22 0.11 0.25
HSL 331.43º 0.25% 0.67% -
HSV(B) 331.43º 0.22% 0.75% -
XYZ 39.9 35.92 42.86 -
YUV 164.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 192 150 170 0 0.22 0.11 0.25 331.43 0.25 0.67
Hex C0 96 AA 0 16 B 19 14B 19 43
Octal 300 226 252 0 26 13 31 513 31 103
Binary 11000000 10010110 10101010 0 10110 1011 11001 101001011 11001 1000011

Color Harmonies of #C096AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096AA

Black with #C096AA

Text Example


Text Example

White with #C096AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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