#C4C073

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

Shades of Dark Khaki #C4C073

Tints of Dark Khaki #C4C073

Color information

#C4C073 (or 0xC4C073) is unknown color: approx Dark Khaki. HEX triplet: C4, C0 and 73. RGB value is (196,192,115). Sum of RGB (Red+Green+Blue) = 196+192+115=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 115 (45.31% from 255 or 22.86% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C073 is #3B3F8C. Grayscale: #B8B8B8. Windows color (decimal): -3882893 or 7585988. OLE color: 7585988.

HSL color Cylindrical-coordinate representation of color #C4C073: hue angle of 57.04º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4C073 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196192115-
CMYK00.020.410.23
HSL57.04º40.7%60.98%-
HSV(B)57.04º41.33%76.86%-
XYZ44.7150.6723.64-
YUV184.4288.83136.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 115 (45.31% from 255) = 22.86%
R=38.97%
G=38.17%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619211500.020.410.2357.0440.760.98
HexC4C07302291739293d
Octal304300163025127715175
Binary1100010011000000111001101010100110111111001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C073; }

 p { color: rgb(196,192,115); }

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

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

 a { background-color: rgb(196,192,115); }

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

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

 span { border-color: rgb(196,192,115); }

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