Html Css Color HEX #C0ADB5 Lily

📋 copy color: '#C0ADB5'

red 192 ◦ green 173 ◦ blue 181

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

Shades of Lily #C0ADB5

Tints of Lily #C0ADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.68%

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 35.16%
G = 31.68%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C0ADB5 (or 0xC0ADB5) is known color: Lily. HEX triplet: C0, AD and B5. RGB value is (192,173,181). Sum of RGB (Red+Green+Blue) = 192+173+181=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADB5 is #3F524A. Grayscale: #B3B3B3. Windows color (decimal): -4149835 or 11906496. OLE color: 11906496.

HSL color Cylindrical-coordinate representation of color #C0ADB5: hue angle of 334.74º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADB5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 181 -
CMYK 0 0.10 0.06 0.25
HSL 334.74º 0.13% 0.72% -
HSV(B) 334.74º 0.1% 0.75% -
XYZ 45.02 44.43 49.92 -
YUV 179.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 192 173 181 0 0.10 0.06 0.25 334.74 0.13 0.72
Hex C0 AD B5 0 A 6 19 14F D 48
Octal 300 255 265 0 12 6 31 517 15 110
Binary 11000000 10101101 10110101 0 1010 110 11001 101001111 1101 1001000

Color Harmonies of #C0ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB5

Black with #C0ADB5

Text Example


Text Example

White with #C0ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB5; }

 p { color: rgb(192,173,181); }

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

background-color css

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

 a { background-color: rgb(192,173,181); }

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

border-color css

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

 span { border-color: rgb(192,173,181); }

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