Html Css Color HEX #C0ADB3 Lily

📋 copy color: '#C0ADB3'

red 192 ◦ green 173 ◦ blue 179

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

Shades of Lily #C0ADB3

Tints of Lily #C0ADB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.9%

R = 35.29%
G = 31.8%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0ADB3 (or 0xC0ADB3) is known color: Lily. HEX triplet: C0, AD and B3. RGB value is (192,173,179). Sum of RGB (Red+Green+Blue) = 192+173+179=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 179 (70.31% from 255 or 32.90% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADB3 is #3F524C. Grayscale: #B3B3B3. Windows color (decimal): -4149837 or 11775424. OLE color: 11775424.

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

Color convert

RGB 192 173 179 -
CMYK 0 0.10 0.07 0.25
HSL 341.05º 0.13% 0.72% -
HSV(B) 341.05º 0.1% 0.75% -
XYZ 44.82 44.35 48.85 -
YUV 179.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 192 173 179 0 0.10 0.07 0.25 341.05 0.13 0.72
Hex C0 AD B3 0 A 7 19 155 D 48
Octal 300 255 263 0 12 7 31 525 15 110
Binary 11000000 10101101 10110011 0 1010 111 11001 101010101 1101 1001000

Color Harmonies of #C0ADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB3

Black with #C0ADB3

Text Example


Text Example

White with #C0ADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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