#C1B070

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

Shades of Dark Khaki #C1B070

Tints of Dark Khaki #C1B070

Color information

#C1B070 (or 0xC1B070) is unknown color: approx Dark Khaki. HEX triplet: C1, B0 and 70. RGB value is (193,176,112). Sum of RGB (Red+Green+Blue) = 193+176+112=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B070 is #3E4F8F. Grayscale: #AEAEAE. Windows color (decimal): -4083600 or 7385281. OLE color: 7385281.

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

Color convert

RGB193176112-
CMYK00.090.420.24
HSL47.41º39.51%59.8%-
HSV(B)47.41º41.97%75.69%-
XYZ40.4443.5621.61-
YUV173.7993.13141.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 176 (69.14% from 255) = 36.59%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=40.12%
G=36.59%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317611200.090.420.2447.4139.5159.8
HexC1B070092A182f283c
Octal3012601600115230575074
Binary110000011011000011100000100110101011000101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B070; }

 p { color: rgb(193,176,112); }

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

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

 a { background-color: rgb(193,176,112); }

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

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

 span { border-color: rgb(193,176,112); }

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