Html Css Color HEX #C2A99E Martini

📋 copy color: '#C2A99E'

red 194 ◦ green 169 ◦ blue 158

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

Shades of Martini #C2A99E

Tints of Martini #C2A99E

RGB

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

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

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

R = 37.24%
G = 32.44%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2A99E (or 0xC2A99E) is known color: Martini. HEX triplet: C2, A9 and 9E. RGB value is (194,169,158). Sum of RGB (Red+Green+Blue) = 194+169+158=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A99E is #3D5661. Grayscale: #AFAFAF. Windows color (decimal): -4019810 or 10398146. OLE color: 10398146.

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

Color convert

RGB 194 169 158 -
CMYK 0 0.13 0.19 0.24
HSL 18.33º 0.23% 0.69% -
HSV(B) 18.33º 0.19% 0.76% -
XYZ 42.61 42.31 38.27 -
YUV 175.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 194 169 158 0 0.13 0.19 0.24 18.33 0.23 0.69
Hex C2 A9 9E 0 D 13 18 12 17 45
Octal 302 251 236 0 15 23 30 22 27 105
Binary 11000010 10101001 10011110 0 1101 10011 11000 10010 10111 1000101

Color Harmonies of #C2A99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A99E

Black with #C2A99E

Text Example


Text Example

White with #C2A99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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