#C1B270

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

Shades of Dark Khaki #C1B270

Tints of Dark Khaki #C1B270

Color information

#C1B270 (or 0xC1B270) is unknown color: approx Dark Khaki. HEX triplet: C1, B2 and 70. RGB value is (193,178,112). Sum of RGB (Red+Green+Blue) = 193+178+112=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B270 is #3E4D8F. Grayscale: #AFAFAF. Windows color (decimal): -4083088 or 7385793. OLE color: 7385793.

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

Color convert

RGB193178112-
CMYK00.080.420.24
HSL48.89º39.51%59.8%-
HSV(B)48.89º41.97%75.69%-
XYZ40.8444.3521.74-
YUV174.9692.47140.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=39.96%
G=36.85%
B=23.19%

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
Decimal19317811200.080.420.2448.8939.5159.8
HexC1B270082A1831283c
Octal3012621600105230615074
Binary110000011011001011100000100010101011000110001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B270; }

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

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

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

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

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

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

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

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