Html Css Color HEX #C0ADB6 Lily

📋 copy color: '#C0ADB6'

red 192 ◦ green 173 ◦ blue 182

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

Shades of Lily #C0ADB6

Tints of Lily #C0ADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.27%

R = 35.1%
G = 31.63%
B = 33.27%

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

#C0ADB6 (or 0xC0ADB6) is known color: Lily. HEX triplet: C0, AD and B6. RGB value is (192,173,182). Sum of RGB (Red+Green+Blue) = 192+173+182=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADB6 is #3F5249. Grayscale: #B3B3B3. Windows color (decimal): -4149834 or 11972032. OLE color: 11972032.

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

Color convert

RGB 192 173 182 -
CMYK 0 0.10 0.05 0.25
HSL 331.58º 0.13% 0.72% -
HSV(B) 331.58º 0.1% 0.75% -
XYZ 45.13 44.47 50.46 -
YUV 179.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 192 173 182 0 0.10 0.05 0.25 331.58 0.13 0.72
Hex C0 AD B6 0 A 5 19 14C D 48
Octal 300 255 266 0 12 5 31 514 15 110
Binary 11000000 10101101 10110110 0 1010 101 11001 101001100 1101 1001000

Color Harmonies of #C0ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADB6

Black with #C0ADB6

Text Example


Text Example

White with #C0ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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