Html Css Color HEX #C2A99F Martini

📋 copy color: '#C2A99F'

red 194 ◦ green 169 ◦ blue 159

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

Shades of Martini #C2A99F

Tints of Martini #C2A99F

RGB

 RED value IS 194 (76.17% from 255) = 37.16%

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

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

R = 37.16%
G = 32.38%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2A99F (or 0xC2A99F) is known color: Martini. HEX triplet: C2, A9 and 9F. RGB value is (194,169,159). Sum of RGB (Red+Green+Blue) = 194+169+159=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A99F is #3D5660. Grayscale: #AFAFAF. Windows color (decimal): -4019809 or 10463682. OLE color: 10463682.

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

Color convert

RGB 194 169 159 -
CMYK 0 0.13 0.18 0.24
HSL 17.14º 0.22% 0.69% -
HSV(B) 17.14º 0.18% 0.76% -
XYZ 42.69 42.35 38.72 -
YUV 175.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 194 169 159 0 0.13 0.18 0.24 17.14 0.22 0.69
Hex C2 A9 9F 0 D 12 18 11 16 45
Octal 302 251 237 0 15 22 30 21 26 105
Binary 11000010 10101001 10011111 0 1101 10010 11000 10001 10110 1000101

Color Harmonies of #C2A99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A99F

Black with #C2A99F

Text Example


Text Example

White with #C2A99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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