Html Css Color HEX #C2ABA0 Martini

📋 copy color: '#C2ABA0'

red 194 ◦ green 171 ◦ blue 160

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

Shades of Martini #C2ABA0

Tints of Martini #C2ABA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 36.95%
G = 32.57%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2ABA0 (or 0xC2ABA0) is known color: Martini. HEX triplet: C2, AB and A0. RGB value is (194,171,160). Sum of RGB (Red+Green+Blue) = 194+171+160=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA0 is #3D545F. Grayscale: #B0B0B0. Windows color (decimal): -4019296 or 10529730. OLE color: 10529730.

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

Color convert

RGB 194 171 160 -
CMYK 0 0.12 0.18 0.24
HSL 19.41º 0.22% 0.69% -
HSV(B) 19.41º 0.18% 0.76% -
XYZ 43.16 43.13 39.31 -
YUV 176.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 194 171 160 0 0.12 0.18 0.24 19.41 0.22 0.69
Hex C2 AB A0 0 C 12 18 13 16 45
Octal 302 253 240 0 14 22 30 23 26 105
Binary 11000010 10101011 10100000 0 1100 10010 11000 10011 10110 1000101

Color Harmonies of #C2ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABA0

Black with #C2ABA0

Text Example


Text Example

White with #C2ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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