Html Css Color HEX #C09BAF Lily

📋 copy color: '#C09BAF'

red 192 ◦ green 155 ◦ blue 175

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

Shades of Lily #C09BAF

Tints of Lily #C09BAF

RGB

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

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

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

R = 36.78%
G = 29.69%
B = 33.52%

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

#C09BAF (or 0xC09BAF) is known color: Lily. HEX triplet: C0, 9B and AF. RGB value is (192,155,175). Sum of RGB (Red+Green+Blue) = 192+155+175=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C09BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09BAF is #3F6450. Grayscale: #A8A8A8. Windows color (decimal): -4154449 or 11508672. OLE color: 11508672.

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

Color convert

RGB 192 155 175 -
CMYK 0 0.19 0.09 0.25
HSL 327.57º 0.23% 0.68% -
HSV(B) 327.57º 0.19% 0.75% -
XYZ 41.2 37.74 45.67 -
YUV 168.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 192 155 175 0 0.19 0.09 0.25 327.57 0.23 0.68
Hex C0 9B AF 0 13 9 19 148 17 44
Octal 300 233 257 0 23 11 31 510 27 104
Binary 11000000 10011011 10101111 0 10011 1001 11001 101001000 10111 1000100

Color Harmonies of #C09BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09BAF

Black with #C09BAF

Text Example


Text Example

White with #C09BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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