#C8BC72

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

Shades of Dark Khaki #C8BC72

Tints of Dark Khaki #C8BC72

Color information

#C8BC72 (or 0xC8BC72) is unknown color: approx Dark Khaki. HEX triplet: C8, BC and 72. RGB value is (200,188,114). Sum of RGB (Red+Green+Blue) = 200+188+114=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC72 is #37438D. Grayscale: #B7B7B7. Windows color (decimal): -3621774 or 7519432. OLE color: 7519432.

HSL color Cylindrical-coordinate representation of color #C8BC72: hue angle of 51.63º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8BC72 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB200188114-
CMYK00.060.430.22
HSL51.63º43.88%61.57%-
HSV(B)51.63º43%78.43%-
XYZ44.8449.4623.1-
YUV183.1588.98140.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.84%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=39.84%
G=37.45%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018811400.060.430.2251.6343.8861.57
HexC8BC72062B16342c3e
Octal310274162065326645476
Binary11001000101111001110010011010101110110110100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC72; }

 p { color: rgb(200,188,114); }

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

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

 a { background-color: rgb(200,188,114); }

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

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

 span { border-color: rgb(200,188,114); }

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