#C0B873

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

Shades of Dark Khaki #C0B873

Tints of Dark Khaki #C0B873

Color information

#C0B873 (or 0xC0B873) is unknown color: approx Dark Khaki. HEX triplet: C0, B8 and 73. RGB value is (192,184,115). Sum of RGB (Red+Green+Blue) = 192+184+115=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B873 is #3F478C. Grayscale: #B2B2B2. Windows color (decimal): -4147085 or 7583936. OLE color: 7583936.

HSL color Cylindrical-coordinate representation of color #C0B873: hue angle of 53.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B873 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB192184115-
CMYK00.040.400.25
HSL53.77º37.93%60.2%-
HSV(B)53.77º40.1%75.29%-
XYZ41.9746.7323.03-
YUV178.5392.15137.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=39.10%
G=37.47%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218411500.040.400.2553.7737.9360.2
HexC0B87304281936263c
Octal300270163045031664674
Binary11000000101110001110011010010100011001110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B873; }

 p { color: rgb(192,184,115); }

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

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

 a { background-color: rgb(192,184,115); }

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

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

 span { border-color: rgb(192,184,115); }

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