Html Css Color HEX #C0A397 Martini

📋 copy color: '#C0A397'

red 192 ◦ green 163 ◦ blue 151

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

Shades of Martini #C0A397

Tints of Martini #C0A397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.84%

R = 37.94%
G = 32.21%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C0A397 (or 0xC0A397) is known color: Martini. HEX triplet: C0, A3 and 97. RGB value is (192,163,151). Sum of RGB (Red+Green+Blue) = 192+163+151=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A397 is #3F5C68. Grayscale: #AAAAAA. Windows color (decimal): -4152425 or 9937856. OLE color: 9937856.

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

Color convert

RGB 192 163 151 -
CMYK 0 0.15 0.21 0.25
HSL 17.56º 0.25% 0.67% -
HSV(B) 17.56º 0.21% 0.75% -
XYZ 40.42 39.64 34.8 -
YUV 170.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 192 163 151 0 0.15 0.21 0.25 17.56 0.25 0.67
Hex C0 A3 97 0 F 15 19 12 19 43
Octal 300 243 227 0 17 25 31 22 31 103
Binary 11000000 10100011 10010111 0 1111 10101 11001 10010 11001 1000011

Color Harmonies of #C0A397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A397

Black with #C0A397

Text Example


Text Example

White with #C0A397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A397; }

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

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

background-color css

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

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

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

border-color css

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

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

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