Html Css Color HEX #C2ABA4 Martini

📋 copy color: '#C2ABA4'

red 194 ◦ green 171 ◦ blue 164

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

Shades of Martini #C2ABA4

Tints of Martini #C2ABA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31%

R = 36.67%
G = 32.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2ABA4 (or 0xC2ABA4) is known color: Martini. HEX triplet: C2, AB and A4. RGB value is (194,171,164). Sum of RGB (Red+Green+Blue) = 194+171+164=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA4 is #3D545B. Grayscale: #B1B1B1. Windows color (decimal): -4019292 or 10791874. OLE color: 10791874.

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

Color convert

RGB 194 171 164 -
CMYK 0 0.12 0.15 0.24
HSL 14º 0.2% 0.7% -
HSV(B) 14º 0.15% 0.76% -
XYZ 43.51 43.28 41.18 -
YUV 177.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 194 171 164 0 0.12 0.15 0.24 14 0.2 0.7
Hex C2 AB A4 0 C F 18 E 14 46
Octal 302 253 244 0 14 17 30 16 24 106
Binary 11000010 10101011 10100100 0 1100 1111 11000 1110 10100 1000110

Color Harmonies of #C2ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABA4

Black with #C2ABA4

Text Example


Text Example

White with #C2ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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