Html Css Color HEX #C09BAE Lily

📋 copy color: '#C09BAE'

red 192 ◦ green 155 ◦ blue 174

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

Shades of Lily #C09BAE

Tints of Lily #C09BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.4%

R = 36.85%
G = 29.75%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C09BAE (or 0xC09BAE) is known color: Lily. HEX triplet: C0, 9B and AE. RGB value is (192,155,174). Sum of RGB (Red+Green+Blue) = 192+155+174=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BAE is #3F6451. Grayscale: #A8A8A8. Windows color (decimal): -4154450 or 11443136. OLE color: 11443136.

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

Color convert

RGB 192 155 174 -
CMYK 0 0.19 0.09 0.25
HSL 329.19º 0.23% 0.68% -
HSV(B) 329.19º 0.19% 0.75% -
XYZ 41.1 37.71 45.16 -
YUV 168.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 192 155 174 0 0.19 0.09 0.25 329.19 0.23 0.68
Hex C0 9B AE 0 13 9 19 149 17 44
Octal 300 233 256 0 23 11 31 511 27 104
Binary 11000000 10011011 10101110 0 10011 1001 11001 101001001 10111 1000100

Color Harmonies of #C09BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BAE

Black with #C09BAE

Text Example


Text Example

White with #C09BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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