Html Css Color HEX #C3ABA4 Martini

📋 copy color: '#C3ABA4'

red 195 ◦ green 171 ◦ blue 164

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

Shades of Martini #C3ABA4

Tints of Martini #C3ABA4

RGB

 RED value IS 195 (76.56% from 255) = 36.79%

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

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

R = 36.79%
G = 32.26%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C3ABA4 (or 0xC3ABA4) is known color: Martini. HEX triplet: C3, AB and A4. RGB value is (195,171,164). Sum of RGB (Red+Green+Blue) = 195+171+164=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABA4 is #3C545B. Grayscale: #B1B1B1. Windows color (decimal): -3953756 or 10791875. OLE color: 10791875.

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

Color convert

RGB 195 171 164 -
CMYK 0 0.12 0.16 0.24
HSL 13.55º 0.21% 0.7% -
HSV(B) 13.55º 0.16% 0.76% -
XYZ 43.77 43.41 41.19 -
YUV 177.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 195 171 164 0 0.12 0.16 0.24 13.55 0.21 0.7
Hex C3 AB A4 0 C 10 18 E 15 46
Octal 303 253 244 0 14 20 30 16 25 106
Binary 11000011 10101011 10100100 0 1100 10000 11000 1110 10101 1000110

Color Harmonies of #C3ABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABA4

Black with #C3ABA4

Text Example


Text Example

White with #C3ABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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