Html Css Color HEX #C2ABA1 Martini

📋 copy color: '#C2ABA1'

red 194 ◦ green 171 ◦ blue 161

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

Shades of Martini #C2ABA1

Tints of Martini #C2ABA1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 36.88%
G = 32.51%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C2ABA1 (or 0xC2ABA1) is known color: Martini. HEX triplet: C2, AB and A1. RGB value is (194,171,161). Sum of RGB (Red+Green+Blue) = 194+171+161=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA1 is #3D545E. Grayscale: #B0B0B0. Windows color (decimal): -4019295 or 10595266. OLE color: 10595266.

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

Color convert

RGB 194 171 161 -
CMYK 0 0.12 0.17 0.24
HSL 18.18º 0.21% 0.7% -
HSV(B) 18.18º 0.17% 0.76% -
XYZ 43.24 43.17 39.77 -
YUV 176.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 194 171 161 0 0.12 0.17 0.24 18.18 0.21 0.7
Hex C2 AB A1 0 C 11 18 12 15 46
Octal 302 253 241 0 14 21 30 22 25 106
Binary 11000010 10101011 10100001 0 1100 10001 11000 10010 10101 1000110

Color Harmonies of #C2ABA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABA1

Black with #C2ABA1

Text Example


Text Example

White with #C2ABA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABA1; }

 p { color: rgb(194,171,161); }

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

background-color css

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

 a { background-color: rgb(194,171,161); }

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

border-color css

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

 span { border-color: rgb(194,171,161); }

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