Html Css Color HEX #C0AEA6 Martini

📋 copy color: '#C0AEA6'

red 192 ◦ green 174 ◦ blue 166

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

Shades of Martini #C0AEA6

Tints of Martini #C0AEA6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.71%

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

R = 36.09%
G = 32.71%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C0AEA6 (or 0xC0AEA6) is known color: Martini. HEX triplet: C0, AE and A6. RGB value is (192,174,166). Sum of RGB (Red+Green+Blue) = 192+174+166=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEA6 is #3F5159. Grayscale: #B2B2B2. Windows color (decimal): -4149594 or 10923712. OLE color: 10923712.

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

Color convert

RGB 192 174 166 -
CMYK 0 0.09 0.14 0.25
HSL 18.46º 0.17% 0.7% -
HSV(B) 18.46º 0.14% 0.75% -
XYZ 43.76 44.23 42.31 -
YUV 178.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 192 174 166 0 0.09 0.14 0.25 18.46 0.17 0.7
Hex C0 AE A6 0 9 E 19 12 11 46
Octal 300 256 246 0 11 16 31 22 21 106
Binary 11000000 10101110 10100110 0 1001 1110 11001 10010 10001 1000110

Color Harmonies of #C0AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEA6

Black with #C0AEA6

Text Example


Text Example

White with #C0AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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