Html Css Color HEX #C0A89F Martini

📋 copy color: '#C0A89F'

red 192 ◦ green 168 ◦ blue 159

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

Shades of Martini #C0A89F

Tints of Martini #C0A89F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.37%

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

R = 36.99%
G = 32.37%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0A89F (or 0xC0A89F) is known color: Martini. HEX triplet: C0, A8 and 9F. RGB value is (192,168,159). Sum of RGB (Red+Green+Blue) = 192+168+159=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A89F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A89F is #3F5760. Grayscale: #AEAEAE. Windows color (decimal): -4151137 or 10463424. OLE color: 10463424.

HSL color Cylindrical-coordinate representation of color #C0A89F: hue angle of 16.36º 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 #C0A89F is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 159 -
CMYK 0 0.12 0.17 0.25
HSL 16.36º 0.21% 0.69% -
HSV(B) 16.36º 0.17% 0.75% -
XYZ 42 41.71 38.64 -
YUV 174.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 192 168 159 0 0.12 0.17 0.25 16.36 0.21 0.69
Hex C0 A8 9F 0 C 11 19 10 15 45
Octal 300 250 237 0 14 21 31 20 25 105
Binary 11000000 10101000 10011111 0 1100 10001 11001 10000 10101 1000101

Color Harmonies of #C0A89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A89F

Black with #C0A89F

Text Example


Text Example

White with #C0A89F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A89F; }

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

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

background-color css

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

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

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

border-color css

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

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

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