Html Css Color HEX #C0A499 Martini

📋 copy color: '#C0A499'

red 192 ◦ green 164 ◦ blue 153

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

Shades of Martini #C0A499

Tints of Martini #C0A499

RGB

 RED value IS 192 (75.39% from 255) = 37.72%

 GREEN value IS 164 (64.45% from 255) = 32.22%

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 37.72%
G = 32.22%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0A499 (or 0xC0A499) is known color: Martini. HEX triplet: C0, A4 and 99. RGB value is (192,164,153). Sum of RGB (Red+Green+Blue) = 192+164+153=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A499 is #3F5B66. Grayscale: #ABABAB. Windows color (decimal): -4152167 or 10069184. OLE color: 10069184.

HSL color Cylindrical-coordinate representation of color #C0A499: hue angle of 16.92º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A499 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 153 -
CMYK 0 0.15 0.20 0.25
HSL 16.92º 0.24% 0.68% -
HSV(B) 16.92º 0.2% 0.75% -
XYZ 40.76 40.06 35.72 -
YUV 171.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 192 164 153 0 0.15 0.20 0.25 16.92 0.24 0.68
Hex C0 A4 99 0 F 14 19 11 18 44
Octal 300 244 231 0 17 24 31 21 30 104
Binary 11000000 10100100 10011001 0 1111 10100 11001 10001 11000 1000100

Color Harmonies of #C0A499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A499

Black with #C0A499

Text Example


Text Example

White with #C0A499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A499; }

 p { color: rgb(192,164,153); }

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

background-color css

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

 a { background-color: rgb(192,164,153); }

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

border-color css

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

 span { border-color: rgb(192,164,153); }

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