#C3B95D

Color #C3B95D Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C3B95D

Tints of Dark Khaki #C3B95D

Color information

#C3B95D (or 0xC3B95D) is unknown color: approx Dark Khaki. HEX triplet: C3, B9 and 5D. RGB value is (195,185,93). Sum of RGB (Red+Green+Blue) = 195+185+93=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B95D is #3C46A2. Grayscale: #B1B1B1. Windows color (decimal): -3950243 or 6142403. OLE color: 6142403.

HSL color Cylindrical-coordinate representation of color #C3B95D: hue angle of 54.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3B95D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19518593-
CMYK00.050.520.24
HSL54.12º45.95%56.47%-
HSV(B)54.12º52.31%76.47%-
XYZ41.8347.0917.24-
YUV177.580.31140.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=41.23%
G=39.11%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951859300.050.520.2454.1245.9556.47
HexC3B95D053418362e38
Octal303271135056430665670
Binary11000011101110011011101010111010011000110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B95D; }

 p { color: rgb(195,185,93); }

 H1.HeaderClassName
 {
   color: #C3B95D;
 }
 .AnyTagClassName
 {
   color: #C3B95D;
 }
</style>
background-color css

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

 a { background-color: rgb(195,185,93); }

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

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

 span { border-color: rgb(195,185,93); }

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