Html Css Color HEX #C0A9B8 Lily

📋 copy color: '#C0A9B8'

red 192 ◦ green 169 ◦ blue 184

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

Shades of Lily #C0A9B8

Tints of Lily #C0A9B8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.01%

 BLUE value IS 184 (72.27% from 255) = 33.76%

R = 35.23%
G = 31.01%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C0A9B8 (or 0xC0A9B8) is known color: Lily. HEX triplet: C0, A9 and B8. RGB value is (192,169,184). Sum of RGB (Red+Green+Blue) = 192+169+184=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 184 (72.27% from 255 or 33.76% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9B8 is #3F5647. Grayscale: #B1B1B1. Windows color (decimal): -4150856 or 12102080. OLE color: 12102080.

HSL color Cylindrical-coordinate representation of color #C0A9B8: hue angle of 320.87º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A9B8 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 169 184 -
CMYK 0 0.12 0.04 0.25
HSL 320.87º 0.15% 0.71% -
HSV(B) 320.87º 0.12% 0.75% -
XYZ 44.58 43.04 51.31 -
YUV 177.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 192 169 184 0 0.12 0.04 0.25 320.87 0.15 0.71
Hex C0 A9 B8 0 C 4 19 141 F 47
Octal 300 251 270 0 14 4 31 501 17 107
Binary 11000000 10101001 10111000 0 1100 100 11001 101000001 1111 1000111

Color Harmonies of #C0A9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9B8

Black with #C0A9B8

Text Example


Text Example

White with #C0A9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9B8; }

 p { color: rgb(192,169,184); }

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

background-color css

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

 a { background-color: rgb(192,169,184); }

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

border-color css

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

 span { border-color: rgb(192,169,184); }

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