Html Css Color HEX #C0ADB7 Lily

📋 copy color: '#C0ADB7'

red 192 ◦ green 173 ◦ blue 183

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

Shades of Lily #C0ADB7

Tints of Lily #C0ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 35.04%
G = 31.57%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C0ADB7 (or 0xC0ADB7) is known color: Lily. HEX triplet: C0, AD and B7. RGB value is (192,173,183). Sum of RGB (Red+Green+Blue) = 192+173+183=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADB7 is #3F5248. Grayscale: #B3B3B3. Windows color (decimal): -4149833 or 12037568. OLE color: 12037568.

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

Color convert

RGB 192 173 183 -
CMYK 0 0.10 0.05 0.25
HSL 328.42º 0.13% 0.72% -
HSV(B) 328.42º 0.1% 0.75% -
XYZ 45.23 44.51 51.01 -
YUV 179.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 192 173 183 0 0.10 0.05 0.25 328.42 0.13 0.72
Hex C0 AD B7 0 A 5 19 148 D 48
Octal 300 255 267 0 12 5 31 510 15 110
Binary 11000000 10101101 10110111 0 1010 101 11001 101001000 1101 1001000

Color Harmonies of #C0ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB7

Black with #C0ADB7

Text Example


Text Example

White with #C0ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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