Html Css Color HEX #C0A79F Martini

📋 copy color: '#C0A79F'

red 192 ◦ green 167 ◦ blue 159

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

Shades of Martini #C0A79F

Tints of Martini #C0A79F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.24%

 BLUE value IS 159 (62.5% from 255) = 30.69%

R = 37.07%
G = 32.24%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0A79F (or 0xC0A79F) is known color: Martini. HEX triplet: C0, A7 and 9F. RGB value is (192,167,159). Sum of RGB (Red+Green+Blue) = 192+167+159=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A79F is #3F5860. Grayscale: #ADADAD. Windows color (decimal): -4151393 or 10463168. OLE color: 10463168.

HSL color Cylindrical-coordinate representation of color #C0A79F: hue angle of 14.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A79F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 167 159 -
CMYK 0 0.13 0.17 0.25
HSL 14.55º 0.21% 0.69% -
HSV(B) 14.55º 0.17% 0.75% -
XYZ 41.81 41.35 38.58 -
YUV 173.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 192 167 159 0 0.13 0.17 0.25 14.55 0.21 0.69
Hex C0 A7 9F 0 D 11 19 F 15 45
Octal 300 247 237 0 15 21 31 17 25 105
Binary 11000000 10100111 10011111 0 1101 10001 11001 1111 10101 1000101

Color Harmonies of #C0A79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A79F

Black with #C0A79F

Text Example


Text Example

White with #C0A79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A79F; }

 p { color: rgb(192,167,159); }

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

background-color css

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

 a { background-color: rgb(192,167,159); }

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

border-color css

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

 span { border-color: rgb(192,167,159); }

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