Html Css Color HEX #C0A69D Martini

📋 copy color: '#C0A69D'

red 192 ◦ green 166 ◦ blue 157

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

Shades of Martini #C0A69D

Tints of Martini #C0A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.23%

 BLUE value IS 157 (61.72% from 255) = 30.49%

R = 37.28%
G = 32.23%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0A69D (or 0xC0A69D) is known color: Martini. HEX triplet: C0, A6 and 9D. RGB value is (192,166,157). Sum of RGB (Red+Green+Blue) = 192+166+157=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A69D is #3F5962. Grayscale: #ACACAC. Windows color (decimal): -4151651 or 10331840. OLE color: 10331840.

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

Color convert

RGB 192 166 157 -
CMYK 0 0.14 0.18 0.25
HSL 15.43º 0.22% 0.68% -
HSV(B) 15.43º 0.18% 0.75% -
XYZ 41.46 40.91 37.61 -
YUV 172.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 192 166 157 0 0.14 0.18 0.25 15.43 0.22 0.68
Hex C0 A6 9D 0 E 12 19 F 16 44
Octal 300 246 235 0 16 22 31 17 26 104
Binary 11000000 10100110 10011101 0 1110 10010 11001 1111 10110 1000100

Color Harmonies of #C0A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A69D

Black with #C0A69D

Text Example


Text Example

White with #C0A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A69D; }

 p { color: rgb(192,166,157); }

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

background-color css

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

 a { background-color: rgb(192,166,157); }

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

border-color css

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

 span { border-color: rgb(192,166,157); }

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