Html Css Color HEX #C09CAA Lily

📋 copy color: '#C09CAA'

red 192 ◦ green 156 ◦ blue 170

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

Shades of Lily #C09CAA

Tints of Lily #C09CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.12%

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

R = 37.07%
G = 30.12%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C09CAA (or 0xC09CAA) is known color: Lily. HEX triplet: C0, 9C and AA. RGB value is (192,156,170). Sum of RGB (Red+Green+Blue) = 192+156+170=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CAA is #3F6355. Grayscale: #A8A8A8. Windows color (decimal): -4154198 or 11181248. OLE color: 11181248.

HSL color Cylindrical-coordinate representation of color #C09CAA: hue angle of 336.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CAA is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 156 170 -
CMYK 0 0.19 0.11 0.25
HSL 336.67º 0.22% 0.68% -
HSV(B) 336.67º 0.19% 0.75% -
XYZ 40.88 37.89 43.19 -
YUV 168.36 128.93 144.86 -
System Red Green Blue C M Y K H S L
Decimal 192 156 170 0 0.19 0.11 0.25 336.67 0.22 0.68
Hex C0 9C AA 0 13 B 19 151 16 44
Octal 300 234 252 0 23 13 31 521 26 104
Binary 11000000 10011100 10101010 0 10011 1011 11001 101010001 10110 1000100

Color Harmonies of #C09CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CAA

Black with #C09CAA

Text Example


Text Example

White with #C09CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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