#C1B170

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

Shades of Dark Khaki #C1B170

Tints of Dark Khaki #C1B170

Color information

#C1B170 (or 0xC1B170) is unknown color: approx Dark Khaki. HEX triplet: C1, B1 and 70. RGB value is (193,177,112). Sum of RGB (Red+Green+Blue) = 193+177+112=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B170 is #3E4E8F. Grayscale: #AEAEAE. Windows color (decimal): -4083344 or 7385537. OLE color: 7385537.

HSL color Cylindrical-coordinate representation of color #C1B170: hue angle of 48.15º 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 #C1B170 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB193177112-
CMYK00.080.420.24
HSL48.15º39.51%59.8%-
HSV(B)48.15º41.97%75.69%-
XYZ40.6443.9521.67-
YUV174.3792.8141.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=40.04%
G=36.72%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317711200.080.420.2448.1539.5159.8
HexC1B170082A1830283c
Octal3012611600105230605074
Binary110000011011000111100000100010101011000110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B170; }

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

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

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

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

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

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

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

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