Html Css Color HEX #C1A99E Martini

📋 copy color: '#C1A99E'

red 193 ◦ green 169 ◦ blue 158

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

Shades of Martini #C1A99E

Tints of Martini #C1A99E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.5%

 BLUE value IS 158 (62.11% from 255) = 30.38%

R = 37.12%
G = 32.5%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1A99E (or 0xC1A99E) is known color: Martini. HEX triplet: C1, A9 and 9E. RGB value is (193,169,158). Sum of RGB (Red+Green+Blue) = 193+169+158=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 158 (62.11% from 255 or 30.38% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A99E is #3E5661. Grayscale: #AEAEAE. Windows color (decimal): -4085346 or 10398145. OLE color: 10398145.

HSL color Cylindrical-coordinate representation of color #C1A99E: hue angle of 18.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1A99E is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 158 -
CMYK 0 0.12 0.18 0.24
HSL 18.86º 0.22% 0.69% -
HSV(B) 18.86º 0.18% 0.76% -
XYZ 42.35 42.18 38.26 -
YUV 174.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 193 169 158 0 0.12 0.18 0.24 18.86 0.22 0.69
Hex C1 A9 9E 0 C 12 18 13 16 45
Octal 301 251 236 0 14 22 30 23 26 105
Binary 11000001 10101001 10011110 0 1100 10010 11000 10011 10110 1000101

Color Harmonies of #C1A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A99E

Black with #C1A99E

Text Example


Text Example

White with #C1A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A99E; }

 p { color: rgb(193,169,158); }

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

background-color css

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

 a { background-color: rgb(193,169,158); }

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

border-color css

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

 span { border-color: rgb(193,169,158); }

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