Html Css Color HEX #C0ADA6 Martini

📋 copy color: '#C0ADA6'

red 192 ◦ green 173 ◦ blue 166

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

Shades of Martini #C0ADA6

Tints of Martini #C0ADA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 36.16%
G = 32.58%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0ADA6 (or 0xC0ADA6) is known color: Martini. HEX triplet: C0, AD and A6. RGB value is (192,173,166). Sum of RGB (Red+Green+Blue) = 192+173+166=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADA6 is #3F5259. Grayscale: #B1B1B1. Windows color (decimal): -4149850 or 10923456. OLE color: 10923456.

HSL color Cylindrical-coordinate representation of color #C0ADA6: hue angle of 16.15º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ADA6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 166 -
CMYK 0 0.10 0.14 0.25
HSL 16.15º 0.17% 0.7% -
HSV(B) 16.15º 0.14% 0.75% -
XYZ 43.56 43.85 42.24 -
YUV 177.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 192 173 166 0 0.10 0.14 0.25 16.15 0.17 0.7
Hex C0 AD A6 0 A E 19 10 11 46
Octal 300 255 246 0 12 16 31 20 21 106
Binary 11000000 10101101 10100110 0 1010 1110 11001 10000 10001 1000110

Color Harmonies of #C0ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADA6

Black with #C0ADA6

Text Example


Text Example

White with #C0ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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