#C3B95F

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

Shades of Dark Khaki #C3B95F

Tints of Dark Khaki #C3B95F

Color information

#C3B95F (or 0xC3B95F) is unknown color: approx Dark Khaki. HEX triplet: C3, B9 and 5F. RGB value is (195,185,95). Sum of RGB (Red+Green+Blue) = 195+185+95=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B95F is #3C46A0. Grayscale: #B2B2B2. Windows color (decimal): -3950241 or 6273475. OLE color: 6273475.

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

Color convert

RGB19518595-
CMYK00.050.510.24
HSL54º45.45%56.86%-
HSV(B)54º51.28%76.47%-
XYZ41.9247.1317.71-
YUV177.7381.31140.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 95 (37.5% from 255) = 20%
R=41.05%
G=38.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951859500.050.510.245445.4556.86
HexC3B95F053318362d39
Octal303271137056330665571
Binary11000011101110011011111010111001111000110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B95F; }

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

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

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

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

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

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

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

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