Html Css Color HEX #C2ABA5 Martini

📋 copy color: '#C2ABA5'

red 194 ◦ green 171 ◦ blue 165

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

Shades of Martini #C2ABA5

Tints of Martini #C2ABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.13%

R = 36.6%
G = 32.26%
B = 31.13%

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

#C2ABA5 (or 0xC2ABA5) is known color: Martini. HEX triplet: C2, AB and A5. RGB value is (194,171,165). Sum of RGB (Red+Green+Blue) = 194+171+165=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA5 is #3D545A. Grayscale: #B1B1B1. Windows color (decimal): -4019291 or 10857410. OLE color: 10857410.

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

Color convert

RGB 194 171 165 -
CMYK 0 0.12 0.15 0.24
HSL 12.41º 0.19% 0.7% -
HSV(B) 12.41º 0.15% 0.76% -
XYZ 43.6 43.31 41.66 -
YUV 177.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 194 171 165 0 0.12 0.15 0.24 12.41 0.19 0.7
Hex C2 AB A5 0 C F 18 C 13 46
Octal 302 253 245 0 14 17 30 14 23 106
Binary 11000010 10101011 10100101 0 1100 1111 11000 1100 10011 1000110

Color Harmonies of #C2ABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABA5

Black with #C2ABA5

Text Example


Text Example

White with #C2ABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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