Html Css Color HEX #C4ADA4 Martini

📋 copy color: '#C4ADA4'

red 196 ◦ green 173 ◦ blue 164

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

Shades of Martini #C4ADA4

Tints of Martini #C4ADA4

RGB

 RED value IS 196 (76.95% from 255) = 36.77%

 GREEN value IS 173 (67.97% from 255) = 32.46%

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

R = 36.77%
G = 32.46%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C4ADA4 (or 0xC4ADA4) is known color: Martini. HEX triplet: C4, AD and A4. RGB value is (196,173,164). Sum of RGB (Red+Green+Blue) = 196+173+164=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ADA4 is #3B525B. Grayscale: #B2B2B2. Windows color (decimal): -3887708 or 10792388. OLE color: 10792388.

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

Color convert

RGB 196 173 164 -
CMYK 0 0.12 0.16 0.23
HSL 16.88º 0.21% 0.71% -
HSV(B) 16.88º 0.16% 0.77% -
XYZ 44.41 44.3 41.33 -
YUV 178.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 196 173 164 0 0.12 0.16 0.23 16.88 0.21 0.71
Hex C4 AD A4 0 C 10 17 11 15 47
Octal 304 255 244 0 14 20 27 21 25 107
Binary 11000100 10101101 10100100 0 1100 10000 10111 10001 10101 1000111

Color Harmonies of #C4ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADA4

Black with #C4ADA4

Text Example


Text Example

White with #C4ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADA4; }

 p { color: rgb(196,173,164); }

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

background-color css

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

 a { background-color: rgb(196,173,164); }

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

border-color css

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

 span { border-color: rgb(196,173,164); }

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