#C2B668

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

Shades of Dark Khaki #C2B668

Tints of Dark Khaki #C2B668

Color information

#C2B668 (or 0xC2B668) is unknown color: approx Dark Khaki. HEX triplet: C2, B6 and 68. RGB value is (194,182,104). Sum of RGB (Red+Green+Blue) = 194+182+104=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B668 is #3D4997. Grayscale: #B1B1B1. Windows color (decimal): -4016536 or 6862530. OLE color: 6862530.

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

Color convert

RGB194182104-
CMYK00.060.460.24
HSL52º42.45%58.43%-
HSV(B)52º46.39%76.08%-
XYZ41.4745.9219.78-
YUV176.786.98140.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=40.42%
G=37.92%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418210400.060.460.245242.4558.43
HexC2B668062E18342a3a
Octal302266150065630645272
Binary11000010101101101101000011010111011000110100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B668; }

 p { color: rgb(194,182,104); }

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

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

 a { background-color: rgb(194,182,104); }

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

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

 span { border-color: rgb(194,182,104); }

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