#C1B46E

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

Shades of Dark Khaki #C1B46E

Tints of Dark Khaki #C1B46E

Color information

#C1B46E (or 0xC1B46E) is unknown color: approx Dark Khaki. HEX triplet: C1, B4 and 6E. RGB value is (193,180,110). Sum of RGB (Red+Green+Blue) = 193+180+110=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B46E is #3E4B91. Grayscale: #B0B0B0. Windows color (decimal): -4082578 or 7255233. OLE color: 7255233.

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

Color convert

RGB193180110-
CMYK00.070.430.24
HSL50.6º40.1%59.41%-
HSV(B)50.6º43.01%75.69%-
XYZ41.1345.1121.29-
YUV175.9190.81140.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=39.96%
G=37.27%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318011000.070.430.2450.640.159.41
HexC1B46E072B1833283b
Octal301264156075330635073
Binary11000001101101001101110011110101111000110011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B46E; }

 p { color: rgb(193,180,110); }

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

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

 a { background-color: rgb(193,180,110); }

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

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

 span { border-color: rgb(193,180,110); }

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