Html Css Color HEX #C5ACA2 Martini

📋 copy color: '#C5ACA2'

red 197 ◦ green 172 ◦ blue 162

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

Shades of Martini #C5ACA2

Tints of Martini #C5ACA2

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

 GREEN value IS 172 (67.58% from 255) = 32.39%

 BLUE value IS 162 (63.67% from 255) = 30.51%

R = 37.1%
G = 32.39%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C5ACA2 (or 0xC5ACA2) is known color: Martini. HEX triplet: C5, AC and A2. RGB value is (197,172,162). Sum of RGB (Red+Green+Blue) = 197+172+162=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5ACA2 is #3A535D. Grayscale: #B2B2B2. Windows color (decimal): -3822430 or 10661061. OLE color: 10661061.

HSL color Cylindrical-coordinate representation of color #C5ACA2: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5ACA2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 162 -
CMYK 0 0.13 0.18 0.23
HSL 17.14º 0.23% 0.7% -
HSV(B) 17.14º 0.18% 0.77% -
XYZ 44.3 43.98 40.34 -
YUV 178.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 197 172 162 0 0.13 0.18 0.23 17.14 0.23 0.7
Hex C5 AC A2 0 D 12 17 11 17 46
Octal 305 254 242 0 15 22 27 21 27 106
Binary 11000101 10101100 10100010 0 1101 10010 10111 10001 10111 1000110

Color Harmonies of #C5ACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACA2

Black with #C5ACA2

Text Example


Text Example

White with #C5ACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACA2; }

 p { color: rgb(197,172,162); }

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

background-color css

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

 a { background-color: rgb(197,172,162); }

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

border-color css

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

 span { border-color: rgb(197,172,162); }

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