#C0B95F

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

Shades of Dark Khaki #C0B95F

Tints of Dark Khaki #C0B95F

Color information

#C0B95F (or 0xC0B95F) is unknown color: approx Dark Khaki. HEX triplet: C0, B9 and 5F. RGB value is (192,185,95). Sum of RGB (Red+Green+Blue) = 192+185+95=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B95F is #3F46A0. Grayscale: #B1B1B1. Windows color (decimal): -4146849 or 6273472. OLE color: 6273472.

HSL color Cylindrical-coordinate representation of color #C0B95F: hue angle of 55.67º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0B95F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19218595-
CMYK00.040.510.25
HSL55.67º43.5%56.27%-
HSV(B)55.67º50.52%75.29%-
XYZ41.1546.7317.68-
YUV176.8381.82138.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 95 (37.5% from 255) = 20.13%
R=40.68%
G=39.19%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921859500.040.510.2555.6743.556.27
HexC0B95F043319382b38
Octal300271137046331705370
Binary11000000101110011011111010011001111001111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B95F; }

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

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

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

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

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

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

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

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