Html Css Color HEX #C1AEA8 Martini

📋 copy color: '#C1AEA8'

red 193 ◦ green 174 ◦ blue 168

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

Shades of Martini #C1AEA8

Tints of Martini #C1AEA8

RGB

 RED value IS 193 (75.78% from 255) = 36.07%

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

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 36.07%
G = 32.52%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C1AEA8 (or 0xC1AEA8) is known color: Martini. HEX triplet: C1, AE and A8. RGB value is (193,174,168). Sum of RGB (Red+Green+Blue) = 193+174+168=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEA8 is #3E5157. Grayscale: #B3B3B3. Windows color (decimal): -4084056 or 11054785. OLE color: 11054785.

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

Color convert

RGB 193 174 168 -
CMYK 0 0.10 0.13 0.24
HSL 14.4º 0.17% 0.71% -
HSV(B) 14.4º 0.13% 0.76% -
XYZ 44.2 44.44 43.29 -
YUV 179 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 193 174 168 0 0.10 0.13 0.24 14.4 0.17 0.71
Hex C1 AE A8 0 A D 18 E 11 47
Octal 301 256 250 0 12 15 30 16 21 107
Binary 11000001 10101110 10101000 0 1010 1101 11000 1110 10001 1000111

Color Harmonies of #C1AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEA8

Black with #C1AEA8

Text Example


Text Example

White with #C1AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AEA8; }

 p { color: rgb(193,174,168); }

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

background-color css

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

 a { background-color: rgb(193,174,168); }

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

border-color css

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

 span { border-color: rgb(193,174,168); }

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