#C1B46B

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

Shades of Dark Khaki #C1B46B

Tints of Dark Khaki #C1B46B

Color information

#C1B46B (or 0xC1B46B) is unknown color: approx Dark Khaki. HEX triplet: C1, B4 and 6B. RGB value is (193,180,107). Sum of RGB (Red+Green+Blue) = 193+180+107=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B46B is #3E4B94. Grayscale: #AFAFAF. Windows color (decimal): -4082581 or 7058625. OLE color: 7058625.

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

Color convert

RGB193180107-
CMYK00.070.450.24
HSL50.93º40.95%58.82%-
HSV(B)50.93º44.56%75.69%-
XYZ40.9745.0420.44-
YUV175.5689.31140.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 107 (42.19% from 255) = 22.29%
R=40.21%
G=37.5%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318010700.070.450.2450.9340.9558.82
HexC1B46B072D1833293b
Octal301264153075530635173
Binary11000001101101001101011011110110111000110011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B46B; }

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

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

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

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

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

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

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

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