Html Css Color HEX #C09BAC Lily

📋 copy color: '#C09BAC'

red 192 ◦ green 155 ◦ blue 172

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

Shades of Lily #C09BAC

Tints of Lily #C09BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.87%

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 36.99%
G = 29.87%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C09BAC (or 0xC09BAC) is known color: Lily. HEX triplet: C0, 9B and AC. RGB value is (192,155,172). Sum of RGB (Red+Green+Blue) = 192+155+172=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BAC is #3F6453. Grayscale: #A7A7A7. Windows color (decimal): -4154452 or 11312064. OLE color: 11312064.

HSL color Cylindrical-coordinate representation of color #C09BAC: hue angle of 332.43º degrees, saturation: 0.23, 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 #C09BAC is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 155 172 -
CMYK 0 0.19 0.10 0.25
HSL 332.43º 0.23% 0.68% -
HSV(B) 332.43º 0.19% 0.75% -
XYZ 40.91 37.63 44.14 -
YUV 168 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 192 155 172 0 0.19 0.10 0.25 332.43 0.23 0.68
Hex C0 9B AC 0 13 A 19 14C 17 44
Octal 300 233 254 0 23 12 31 514 27 104
Binary 11000000 10011011 10101100 0 10011 1010 11001 101001100 10111 1000100

Color Harmonies of #C09BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BAC

Black with #C09BAC

Text Example


Text Example

White with #C09BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BAC; }

 p { color: rgb(192,155,172); }

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

background-color css

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

 a { background-color: rgb(192,155,172); }

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

border-color css

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

 span { border-color: rgb(192,155,172); }

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