Html Css Color HEX #C4AEA7 Martini

📋 copy color: '#C4AEA7'

red 196 ◦ green 174 ◦ blue 167

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

Shades of Martini #C4AEA7

Tints of Martini #C4AEA7

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.4%

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 36.5%
G = 32.4%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C4AEA7 (or 0xC4AEA7) is known color: Martini. HEX triplet: C4, AE and A7. RGB value is (196,174,167). Sum of RGB (Red+Green+Blue) = 196+174+167=537 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.50% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AEA7 is #3B5158. Grayscale: #B3B3B3. Windows color (decimal): -3887449 or 10989252. OLE color: 10989252.

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

Color convert

RGB 196 174 167 -
CMYK 0 0.11 0.15 0.23
HSL 14.48º 0.2% 0.71% -
HSV(B) 14.48º 0.15% 0.77% -
XYZ 44.88 44.8 42.84 -
YUV 179.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 196 174 167 0 0.11 0.15 0.23 14.48 0.2 0.71
Hex C4 AE A7 0 B F 17 E 14 47
Octal 304 256 247 0 13 17 27 16 24 107
Binary 11000100 10101110 10100111 0 1011 1111 10111 1110 10100 1000111

Color Harmonies of #C4AEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AEA7

Black with #C4AEA7

Text Example


Text Example

White with #C4AEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AEA7; }

 p { color: rgb(196,174,167); }

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

background-color css

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

 a { background-color: rgb(196,174,167); }

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

border-color css

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

 span { border-color: rgb(196,174,167); }

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