Html Css Color HEX #C0A399 Martini

📋 copy color: '#C0A399'

red 192 ◦ green 163 ◦ blue 153

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

Shades of Martini #C0A399

Tints of Martini #C0A399

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

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

R = 37.8%
G = 32.09%
B = 30.12%

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

#C0A399 (or 0xC0A399) is known color: Martini. HEX triplet: C0, A3 and 99. RGB value is (192,163,153). Sum of RGB (Red+Green+Blue) = 192+163+153=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A399 is #3F5C66. Grayscale: #AAAAAA. Windows color (decimal): -4152423 or 10068928. OLE color: 10068928.

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

Color convert

RGB 192 163 153 -
CMYK 0 0.15 0.20 0.25
HSL 15.38º 0.24% 0.68% -
HSV(B) 15.38º 0.2% 0.75% -
XYZ 40.59 39.7 35.66 -
YUV 170.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 192 163 153 0 0.15 0.20 0.25 15.38 0.24 0.68
Hex C0 A3 99 0 F 14 19 F 18 44
Octal 300 243 231 0 17 24 31 17 30 104
Binary 11000000 10100011 10011001 0 1111 10100 11001 1111 11000 1000100

Color Harmonies of #C0A399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A399

Black with #C0A399

Text Example


Text Example

White with #C0A399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A399; }

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

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

background-color css

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

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

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

border-color css

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

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

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