Html Css Color HEX #C09DAF Lily

📋 copy color: '#C09DAF'

red 192 ◦ green 157 ◦ blue 175

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

Shades of Lily #C09DAF

Tints of Lily #C09DAF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.96%

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

R = 36.64%
G = 29.96%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C09DAF (or 0xC09DAF) is known color: Lily. HEX triplet: C0, 9D and AF. RGB value is (192,157,175). Sum of RGB (Red+Green+Blue) = 192+157+175=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DAF is #3F6250. Grayscale: #A9A9A9. Windows color (decimal): -4153937 or 11509184. OLE color: 11509184.

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

Color convert

RGB 192 157 175 -
CMYK 0 0.18 0.09 0.25
HSL 329.14º 0.22% 0.68% -
HSV(B) 329.14º 0.18% 0.75% -
XYZ 41.53 38.42 45.78 -
YUV 169.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 192 157 175 0 0.18 0.09 0.25 329.14 0.22 0.68
Hex C0 9D AF 0 12 9 19 149 16 44
Octal 300 235 257 0 22 11 31 511 26 104
Binary 11000000 10011101 10101111 0 10010 1001 11001 101001001 10110 1000100

Color Harmonies of #C09DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DAF

Black with #C09DAF

Text Example


Text Example

White with #C09DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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