#C2B271

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

Shades of Dark Khaki #C2B271

Tints of Dark Khaki #C2B271

Color information

#C2B271 (or 0xC2B271) is unknown color: approx Dark Khaki. HEX triplet: C2, B2 and 71. RGB value is (194,178,113). Sum of RGB (Red+Green+Blue) = 194+178+113=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B271 is #3D4D8E. Grayscale: #AFAFAF. Windows color (decimal): -4017551 or 7451330. OLE color: 7451330.

HSL color Cylindrical-coordinate representation of color #C2B271: hue angle of 48.15º 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 #C2B271 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB194178113-
CMYK00.080.420.24
HSL48.15º39.9%60.2%-
HSV(B)48.15º41.75%76.08%-
XYZ41.1544.522.04-
YUV175.3792.8141.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=40%
G=36.70%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417811300.080.420.2448.1539.960.2
HexC2B271082A1830283c
Octal3022621610105230605074
Binary110000101011001011100010100010101011000110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B271; }

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

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

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

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

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

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

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

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