#C1B571

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

Shades of Dark Khaki #C1B571

Tints of Dark Khaki #C1B571

Color information

#C1B571 (or 0xC1B571) is unknown color: approx Dark Khaki. HEX triplet: C1, B5 and 71. RGB value is (193,181,113). Sum of RGB (Red+Green+Blue) = 193+181+113=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B571 is #3E4A8E. Grayscale: #B1B1B1. Windows color (decimal): -4082319 or 7452097. OLE color: 7452097.

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

Color convert

RGB193181113-
CMYK00.060.410.24
HSL51º39.22%60%-
HSV(B)51º41.45%75.69%-
XYZ41.545.5822.23-
YUV176.8491.98139.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=39.63%
G=37.17%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318111300.060.410.245139.2260
HexC1B57106291833273c
Octal301265161065130634774
Binary11000001101101011110001011010100111000110011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B571; }

 p { color: rgb(193,181,113); }

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

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

 a { background-color: rgb(193,181,113); }

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

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

 span { border-color: rgb(193,181,113); }

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