#C2B568

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

Shades of Dark Khaki #C2B568

Tints of Dark Khaki #C2B568

Color information

#C2B568 (or 0xC2B568) is unknown color: approx Dark Khaki. HEX triplet: C2, B5 and 68. RGB value is (194,181,104). Sum of RGB (Red+Green+Blue) = 194+181+104=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B568 is #3D4A97. Grayscale: #B0B0B0. Windows color (decimal): -4016792 or 6862274. OLE color: 6862274.

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

Color convert

RGB194181104-
CMYK00.070.460.24
HSL51.33º42.45%58.43%-
HSV(B)51.33º46.39%76.08%-
XYZ41.2745.5219.71-
YUV176.1187.31140.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=40.50%
G=37.79%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418110400.070.460.2451.3342.4558.43
HexC2B568072E18332a3a
Octal302265150075630635272
Binary11000010101101011101000011110111011000110011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B568; }

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

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

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

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

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

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

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

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