#C2B571

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

Shades of Dark Khaki #C2B571

Tints of Dark Khaki #C2B571

Color information

#C2B571 (or 0xC2B571) is unknown color: approx Dark Khaki. HEX triplet: C2, B5 and 71. RGB value is (194,181,113). Sum of RGB (Red+Green+Blue) = 194+181+113=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B571 is #3D4A8E. Grayscale: #B1B1B1. Windows color (decimal): -4016783 or 7452098. OLE color: 7452098.

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

Color convert

RGB194181113-
CMYK00.070.420.24
HSL50.37º39.9%60.2%-
HSV(B)50.37º41.75%76.08%-
XYZ41.7545.7122.24-
YUV177.1491.81140.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=39.75%
G=37.09%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418111300.070.420.2450.3739.960.2
HexC2B571072A1832283c
Octal302265161075230625074
Binary11000010101101011110001011110101011000110010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B571; }

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

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

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

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

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

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

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

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