#C1BA72

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

Shades of Dark Khaki #C1BA72

Tints of Dark Khaki #C1BA72

Color information

#C1BA72 (or 0xC1BA72) is unknown color: approx Dark Khaki. HEX triplet: C1, BA and 72. RGB value is (193,186,114). Sum of RGB (Red+Green+Blue) = 193+186+114=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA72 is #3E458D. Grayscale: #B4B4B4. Windows color (decimal): -4081038 or 7518913. OLE color: 7518913.

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

Color convert

RGB193186114-
CMYK00.040.410.24
HSL54.68º38.92%60.2%-
HSV(B)54.68º40.93%75.69%-
XYZ42.5947.6722.88-
YUV179.8890.82137.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=39.15%
G=37.73%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318611400.040.410.2454.6838.9260.2
HexC1BA7204291837273c
Octal301272162045130674774
Binary11000001101110101110010010010100111000110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA72; }

 p { color: rgb(193,186,114); }

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

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

 a { background-color: rgb(193,186,114); }

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

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

 span { border-color: rgb(193,186,114); }

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