#C1B473

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

Shades of Dark Khaki #C1B473

Tints of Dark Khaki #C1B473

Color information

#C1B473 (or 0xC1B473) is unknown color: approx Dark Khaki. HEX triplet: C1, B4 and 73. RGB value is (193,180,115). Sum of RGB (Red+Green+Blue) = 193+180+115=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B473 is #3E4B8C. Grayscale: #B0B0B0. Windows color (decimal): -4082573 or 7582913. OLE color: 7582913.

HSL color Cylindrical-coordinate representation of color #C1B473: hue angle of 50º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1B473 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB193180115-
CMYK00.070.400.24
HSL50º38.61%60.39%-
HSV(B)50º40.41%75.69%-
XYZ41.4145.2222.77-
YUV176.4893.31139.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=39.55%
G=36.89%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318011500.070.400.245038.6160.39
HexC1B47307281832273c
Octal301264163075030624774
Binary11000001101101001110011011110100011000110010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B473; }

 p { color: rgb(193,180,115); }

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

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

 a { background-color: rgb(193,180,115); }

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

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

 span { border-color: rgb(193,180,115); }

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