#C2B372

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

Shades of Dark Khaki #C2B372

Tints of Dark Khaki #C2B372

Color information

#C2B372 (or 0xC2B372) is unknown color: approx Dark Khaki. HEX triplet: C2, B3 and 72. RGB value is (194,179,114). Sum of RGB (Red+Green+Blue) = 194+179+114=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B372 is #3D4C8D. Grayscale: #B0B0B0. Windows color (decimal): -4017294 or 7517122. OLE color: 7517122.

HSL color Cylindrical-coordinate representation of color #C2B372: hue angle of 48.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2B372 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB194179114-
CMYK00.080.410.24
HSL48.75º39.6%60.39%-
HSV(B)48.75º41.24%76.08%-
XYZ41.4144.9222.41-
YUV176.0892.97140.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=39.84%
G=36.76%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417911400.080.410.2448.7539.660.39
HexC2B37208291831283c
Octal3022631620105130615074
Binary110000101011001111100100100010100111000110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B372; }

 p { color: rgb(194,179,114); }

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

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

 a { background-color: rgb(194,179,114); }

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

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

 span { border-color: rgb(194,179,114); }

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