Html Css Color HEX #C09DB9 Lily

📋 copy color: '#C09DB9'

red 192 ◦ green 157 ◦ blue 185

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

Shades of Lily #C09DB9

Tints of Lily #C09DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.64%

R = 35.96%
G = 29.4%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C09DB9 (or 0xC09DB9) is known color: Lily. HEX triplet: C0, 9D and B9. RGB value is (192,157,185). Sum of RGB (Red+Green+Blue) = 192+157+185=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09DB9 is #3F6246. Grayscale: #AAAAAA. Windows color (decimal): -4153927 or 12164544. OLE color: 12164544.

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

Color convert

RGB 192 157 185 -
CMYK 0 0.18 0.04 0.25
HSL 312º 0.22% 0.68% -
HSV(B) 312º 0.18% 0.75% -
XYZ 42.55 38.82 51.15 -
YUV 170.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 192 157 185 0 0.18 0.04 0.25 312 0.22 0.68
Hex C0 9D B9 0 12 4 19 138 16 44
Octal 300 235 271 0 22 4 31 470 26 104
Binary 11000000 10011101 10111001 0 10010 100 11001 100111000 10110 1000100

Color Harmonies of #C09DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DB9

Black with #C09DB9

Text Example


Text Example

White with #C09DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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