Html Css Color HEX #C1A69B Martini

📋 copy color: '#C1A69B'

red 193 ◦ green 166 ◦ blue 155

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

Shades of Martini #C1A69B

Tints of Martini #C1A69B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

 BLUE value IS 155 (60.94% from 255) = 30.16%

R = 37.55%
G = 32.3%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1A69B (or 0xC1A69B) is known color: Martini. HEX triplet: C1, A6 and 9B. RGB value is (193,166,155). Sum of RGB (Red+Green+Blue) = 193+166+155=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A69B is #3E5964. Grayscale: #ACACAC. Windows color (decimal): -4086117 or 10200769. OLE color: 10200769.

HSL color Cylindrical-coordinate representation of color #C1A69B: hue angle of 17.37º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1A69B is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 166 155 -
CMYK 0 0.14 0.20 0.24
HSL 17.37º 0.23% 0.68% -
HSV(B) 17.37º 0.2% 0.76% -
XYZ 41.54 40.98 36.73 -
YUV 172.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 193 166 155 0 0.14 0.20 0.24 17.37 0.23 0.68
Hex C1 A6 9B 0 E 14 18 11 17 44
Octal 301 246 233 0 16 24 30 21 27 104
Binary 11000001 10100110 10011011 0 1110 10100 11000 10001 10111 1000100

Color Harmonies of #C1A69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A69B

Black with #C1A69B

Text Example


Text Example

White with #C1A69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A69B; }

 p { color: rgb(193,166,155); }

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

background-color css

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

 a { background-color: rgb(193,166,155); }

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

border-color css

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

 span { border-color: rgb(193,166,155); }

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