Html Css Color HEX #C1A99F Martini

📋 copy color: '#C1A99F'

red 193 ◦ green 169 ◦ blue 159

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

Shades of Martini #C1A99F

Tints of Martini #C1A99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.52%

R = 37.04%
G = 32.44%
B = 30.52%

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

#C1A99F (or 0xC1A99F) is known color: Martini. HEX triplet: C1, A9 and 9F. RGB value is (193,169,159). Sum of RGB (Red+Green+Blue) = 193+169+159=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A99F is #3E5660. Grayscale: #AFAFAF. Windows color (decimal): -4085345 or 10463681. OLE color: 10463681.

HSL color Cylindrical-coordinate representation of color #C1A99F: hue angle of 17.65º 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 #C1A99F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 159 -
CMYK 0 0.12 0.18 0.24
HSL 17.65º 0.22% 0.69% -
HSV(B) 17.65º 0.18% 0.76% -
XYZ 42.44 42.22 38.71 -
YUV 175.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 193 169 159 0 0.12 0.18 0.24 17.65 0.22 0.69
Hex C1 A9 9F 0 C 12 18 12 16 45
Octal 301 251 237 0 14 22 30 22 26 105
Binary 11000001 10101001 10011111 0 1100 10010 11000 10010 10110 1000101

Color Harmonies of #C1A99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A99F

Black with #C1A99F

Text Example


Text Example

White with #C1A99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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