#C2B775

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

Shades of Dark Khaki #C2B775

Tints of Dark Khaki #C2B775

Color information

#C2B775 (or 0xC2B775) is unknown color: approx Dark Khaki. HEX triplet: C2, B7 and 75. RGB value is (194,183,117). Sum of RGB (Red+Green+Blue) = 194+183+117=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B775 is #3D488A. Grayscale: #B3B3B3. Windows color (decimal): -4016267 or 7714754. OLE color: 7714754.

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

Color convert

RGB194183117-
CMYK00.060.400.24
HSL51.43º38.69%60.98%-
HSV(B)51.43º39.69%76.08%-
XYZ42.3946.6223.59-
YUV178.7693.14138.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=39.27%
G=37.04%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418311700.060.400.2451.4338.6960.98
HexC2B77506281833273d
Octal302267165065030634775
Binary11000010101101111110101011010100011000110011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B775; }

 p { color: rgb(194,183,117); }

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

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

 a { background-color: rgb(194,183,117); }

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

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

 span { border-color: rgb(194,183,117); }

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