Html Css Color HEX #C3AEA8 Martini

📋 copy color: '#C3AEA8'

red 195 ◦ green 174 ◦ blue 168

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

Shades of Martini #C3AEA8

Tints of Martini #C3AEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.28%

R = 36.31%
G = 32.4%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C3AEA8 (or 0xC3AEA8) is known color: Martini. HEX triplet: C3, AE and A8. RGB value is (195,174,168). Sum of RGB (Red+Green+Blue) = 195+174+168=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AEA8 is #3C5157. Grayscale: #B3B3B3. Windows color (decimal): -3952984 or 11054787. OLE color: 11054787.

HSL color Cylindrical-coordinate representation of color #C3AEA8: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3AEA8 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 174 168 -
CMYK 0 0.11 0.14 0.24
HSL 13.33º 0.18% 0.71% -
HSV(B) 13.33º 0.14% 0.76% -
XYZ 44.71 44.7 43.32 -
YUV 179.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 195 174 168 0 0.11 0.14 0.24 13.33 0.18 0.71
Hex C3 AE A8 0 B E 18 D 12 47
Octal 303 256 250 0 13 16 30 15 22 107
Binary 11000011 10101110 10101000 0 1011 1110 11000 1101 10010 1000111

Color Harmonies of #C3AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AEA8

Black with #C3AEA8

Text Example


Text Example

White with #C3AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AEA8; }

 p { color: rgb(195,174,168); }

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

background-color css

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

 a { background-color: rgb(195,174,168); }

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

border-color css

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

 span { border-color: rgb(195,174,168); }

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