#C5B268

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

Shades of Dark Khaki #C5B268

Tints of Dark Khaki #C5B268

Color information

#C5B268 (or 0xC5B268) is unknown color: approx Dark Khaki. HEX triplet: C5, B2 and 68. RGB value is (197,178,104). Sum of RGB (Red+Green+Blue) = 197+178+104=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B268 is #3A4D97. Grayscale: #AFAFAF. Windows color (decimal): -3820952 or 6861509. OLE color: 6861509.

HSL color Cylindrical-coordinate representation of color #C5B268: hue angle of 47.74º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5B268 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB197178104-
CMYK00.100.470.23
HSL47.74º44.5%59.02%-
HSV(B)47.74º47.21%77.25%-
XYZ41.4544.7119.54-
YUV175.2487.79143.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=41.13%
G=37.16%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717810400.100.470.2347.7444.559.02
HexC5B2680A2F17302c3b
Octal3052621500125727605473
Binary110001011011001011010000101010111110111110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B268; }

 p { color: rgb(197,178,104); }

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

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

 a { background-color: rgb(197,178,104); }

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

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

 span { border-color: rgb(197,178,104); }

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