Html Css Color HEX #C0A59C Martini

📋 copy color: '#C0A59C'

red 192 ◦ green 165 ◦ blue 156

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

Shades of Martini #C0A59C

Tints of Martini #C0A59C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.16%

 BLUE value IS 156 (61.33% from 255) = 30.41%

R = 37.43%
G = 32.16%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0A59C (or 0xC0A59C) is known color: Martini. HEX triplet: C0, A5 and 9C. RGB value is (192,165,156). Sum of RGB (Red+Green+Blue) = 192+165+156=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 165 (64.84% from 255 or 32.16% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A59C is #3F5A63. Grayscale: #ACACAC. Windows color (decimal): -4151908 or 10266048. OLE color: 10266048.

HSL color Cylindrical-coordinate representation of color #C0A59C: hue angle of 15º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A59C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 156 -
CMYK 0 0.14 0.19 0.25
HSL 15º 0.22% 0.68% -
HSV(B) 15º 0.19% 0.75% -
XYZ 41.19 40.52 37.1 -
YUV 172.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 192 165 156 0 0.14 0.19 0.25 15 0.22 0.68
Hex C0 A5 9C 0 E 13 19 F 16 44
Octal 300 245 234 0 16 23 31 17 26 104
Binary 11000000 10100101 10011100 0 1110 10011 11001 1111 10110 1000100

Color Harmonies of #C0A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A59C

Black with #C0A59C

Text Example


Text Example

White with #C0A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A59C; }

 p { color: rgb(192,165,156); }

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

background-color css

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

 a { background-color: rgb(192,165,156); }

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

border-color css

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

 span { border-color: rgb(192,165,156); }

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