Html Css Color HEX #C2ADA6 Martini

📋 copy color: '#C2ADA6'

red 194 ◦ green 173 ◦ blue 166

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

Shades of Martini #C2ADA6

Tints of Martini #C2ADA6

RGB

 RED value IS 194 (76.17% from 255) = 36.4%

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

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

R = 36.4%
G = 32.46%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C2ADA6 (or 0xC2ADA6) is known color: Martini. HEX triplet: C2, AD and A6. RGB value is (194,173,166). Sum of RGB (Red+Green+Blue) = 194+173+166=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADA6 is #3D5259. Grayscale: #B2B2B2. Windows color (decimal): -4018778 or 10923458. OLE color: 10923458.

HSL color Cylindrical-coordinate representation of color #C2ADA6: hue angle of 15º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2ADA6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 166 -
CMYK 0 0.11 0.14 0.24
HSL 15º 0.19% 0.71% -
HSV(B) 15º 0.14% 0.76% -
XYZ 44.07 44.11 42.27 -
YUV 178.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 194 173 166 0 0.11 0.14 0.24 15 0.19 0.71
Hex C2 AD A6 0 B E 18 F 13 47
Octal 302 255 246 0 13 16 30 17 23 107
Binary 11000010 10101101 10100110 0 1011 1110 11000 1111 10011 1000111

Color Harmonies of #C2ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADA6

Black with #C2ADA6

Text Example


Text Example

White with #C2ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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