#C2B766

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

Shades of Dark Khaki #C2B766

Tints of Dark Khaki #C2B766

Color information

#C2B766 (or 0xC2B766) is unknown color: approx Dark Khaki. HEX triplet: C2, B7 and 66. RGB value is (194,183,102). Sum of RGB (Red+Green+Blue) = 194+183+102=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B766 is #3D4899. Grayscale: #B1B1B1. Windows color (decimal): -4016282 or 6731714. OLE color: 6731714.

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

Color convert

RGB194183102-
CMYK00.060.470.24
HSL52.83º42.99%58.04%-
HSV(B)52.83º47.42%76.08%-
XYZ41.5846.319.31-
YUV177.0685.64140.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 102 (40.23% from 255) = 21.29%
R=40.50%
G=38.20%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418310200.060.470.2452.8342.9958.04
HexC2B766062F18352b3a
Octal302267146065730655372
Binary11000010101101111100110011010111111000110101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B766; }

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

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

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

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

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

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

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

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